用email登陆,好处很明显.
function login($username, $password) { if ($this->check_user($username, $password) > 0) { if ($this->need_sync) { $this->sync($username,$password); } $this->set_session($username); $this->set_cookie($username);
return true; } else { return false; } }
改为:
function login($username, $password) { if(is_email($username)) { if ($this->need_sync) { $this->sync($username,$password); } $this->set_session($username); $this->set_cookie($username);
return true; } else { return false; } } (责任编辑:最模板) |

桔色ecshop模板
人气:489
ecshop精仿梦芭莎模板2011白
人气:1334
仿京东多用户商城带三级
人气:1104
Magento时尚餐厅主题模板
人气:268
深蓝色asp中英繁三语外贸
人气:506
红色中英文ASP企业网站源
人气:470