Home
last modified time | relevance | path

Searched refs:oldpw (Results 1 – 4 of 4) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Duser.php85 $oldpw = $this->input('oldpw');
95 …$status = $_ENV['user']->edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw, $questionid, $…
/plugin/authucenter/lib/uc_client/model/
H A Duser.php141 …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 Dauth.php462 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 Dclient.php388 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, '…