Home
last modified time | relevance | path

Searched refs:ignoreoldpw (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Duser.php88 $ignoreoldpw = $this->input('ignoreoldpw');
92 if(!$ignoreoldpw && $email && ($status = $this->_check_email($email, $username)) < 0) {
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
144 if($ignoreoldpw) {
151 if(!$ignoreoldpw && $data['password'] != md5(md5($oldpw).$data['salt'])) {
/plugin/authucenter/lib/uc_client/
H A Dclient.php388 function uc_user_edit($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answe… argument
389 …me, 'oldpw'=>$oldpw, 'newpw'=>$newpw, 'email'=>$email, 'ignoreoldpw'=>$ignoreoldpw, 'questionid'=>…