Ejemplo n.º 1
0
 function changePassword($sPassword)
 {
     if ($this->exists()) {
         AnwUsers::changeUserPassword($this, $sPassword);
     } else {
         throw new AnwUserNotFoundException();
     }
 }