Searched refs:oldpw (Results 1 – 4 of 4) sorted by relevance
/plugin/authucenter/lib/uc_client/control/ |
H A D | user.php | 85 $oldpw = $this->input('oldpw'); 95 …$status = $_ENV['user']->edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw, $questionid, $…
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | user.php | 141 …function edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answer … argument 151 if(!$ignoreoldpw && $data['password'] != md5(md5($oldpw).$data['salt'])) {
|
/plugin/authucenter/ |
H A D | auth.php | 462 private function _uc_user_edit($username, $oldpw, $newpw, $email){ argument 463 return uc_user_edit($this->_convert_charset($username), $oldpw, $newpw, $email, 0);
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 388 function uc_user_edit($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answe… argument 389 …return call_user_func(UC_API_FUNC, 'user', 'edit', array('username'=>$username, 'oldpw'=>$oldpw, '…
|