Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Duser.php225 $oldusername = $this->input('oldusername');
234 … ".UC_DBTABLEPRE."mergemembers WHERE appid='".$this->app['appid']."' AND username='$oldusername'");
/plugin/authucenter/lib/uc_client/
H A Dclient.php426 function uc_user_merge($oldusername, $newusername, $uid, $password, $email) { argument
427 …return call_user_func(UC_API_FUNC, 'user', 'merge', array('oldusername'=>$oldusername, 'newusernam…