Searched defs:questionid (Results 1 – 2 of 2) sorted by relevance
/plugin/authucenter/lib/uc_client/model/ |
H A D | user.php | 129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =… 141 …function edit_user($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answer … 227 function quescrypt($questionid, $answer) {
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''… 359 function uc_user_login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer … 388 function uc_user_edit($username, $oldpw, $newpw, $email, $ignoreoldpw = 0, $questionid = '', $answe…
|