Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Duser.php143 $merge = $status != -1 && !$isuid && $_ENV['user']->check_mergeuser($username) ? 1 : 0;
/plugin/authucenter/lib/uc_client/model/
H A Duser.php69 function check_mergeuser($username) { function in usermodel