Esempio n. 1
0
 public function changePassword($password)
 {
     $this->pass = UserDatabase::generatePasswordHash($password);
 }