国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > CMS > Ecshop > 正文

ecshop中如何實(shí)現(xiàn)用戶名和郵箱都能登陸

2024-07-09 22:56:38
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
修改方法:/includes/modules/integrates/integrate.php文件約145– 162行的用戶登入函數(shù).如下
    function login($username, $password, $remember = null)
    {
        if ($this->check_user($username, $password) > 0)
        {
            if ($this->need_sync)
            {
                $this->sync($username,$password);
            }
            $this->set_session($username);
            $this->set_cookie($username, $remember);
            return true;
        }
        else
        {
            return false;
        }
    }
修改為:
  function login($username, $password, $remember = null)
     {
         if(is_email($username))
{
$sql = "select ".$this->field_name." from ".$this->table($this->user_table)." where ".$this->field_email."='".$username."'";
$username = $this->db->getOne($sql);
if(!$username) return false;
}
         if ($this->check_user($username, $password) > 0)
         {
             if ($this->need_sync)
             {
                 $this->sync($username,$password);
             }
             $this->set_session($username);
             $this->set_cookie($username, $remember);
             return true;
         }
         else
         {
             return false;
         }
     }
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 民丰县| 伊吾县| 鄂托克旗| 申扎县| 惠水县| 瓮安县| 柘荣县| 中卫市| 宁陕县| 苗栗县| 通辽市| 电白县| 铜川市| 隆尧县| 泰安市| 陆河县| 新龙县| 靖远县| 繁峙县| 成安县| 离岛区| 陇川县| 婺源县| 裕民县| 英德市| 新源县| 旌德县| 武功县| 佳木斯市| 高尔夫| 卢龙县| 沁水县| 湖口县| 岗巴县| 林芝县| 江阴市| 桐梓县| 新巴尔虎左旗| 忻城县| 绥化市| 襄樊市|