Searched refs:_convert_charset (Results 1 – 1 of 1) sorted by relevance
/plugin/authucenter/ |
H A D | auth.php | 101 …kiename'), uc_authcode($uid."\t".$user_info['password']."\t".$this->_convert_charset($username), '… 113 $username = $this->_convert_charset($username, 0); 428 private function _convert_charset($str, $out = 1){ function in auth_plugin_authucenter 442 $arr = $this->_convert_charset($arr, $out); 449 $return = uc_user_login($this->_convert_charset($username), $password); 450 …return array($return[0], $this->_convert_charset($return[1], 0), $return[2], $return[3], $return[4… 454 $return = uc_get_user($this->_convert_charset($username), $isuid); 455 return array($return[0], $this->_convert_charset($return[1], 0), $return[2]); 459 return uc_user_register($this->_convert_charset($username), $password, $email); 463 return uc_user_edit($this->_convert_charset($username), $oldpw, $newpw, $email, 0);
|