示例#1
0
 public function changePassword($password)
 {
     $this->pass = UserDatabase::generatePasswordHash($password);
 }