Home
last modified time | relevance | path

Searched refs:check_usernameexists (Results 1 – 2 of 2) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Duser.php251 } elseif($_ENV['user']->check_usernameexists($username)) {
/plugin/authucenter/lib/uc_client/model/
H A Duser.php87 function check_usernameexists($username) { function in usermodel