| 让ecshop用户名和email都可以登陆! 在最近的几次开发案例中, 客户经常提到使自己的网站能够用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; } } 
 是否有其他改动方法:有,但经过几次试验,这种方法目前是最平滑的.(责任编辑:最模板) | 



 Prestashop跨境电子商务Sty
							人气:286
							Prestashop跨境电子商务Sty
							人气:286
						 dedecms建站公司bean清新绿模
							人气:680
							dedecms建站公司bean清新绿模
							人气:680
						 Universal 英文综合类商城
							人气:271
							Universal 英文综合类商城
							人气:271
						 ecshop汽车配件类外贸模板
							人气:1826
							ecshop汽车配件类外贸模板
							人气:1826
						 仿万家购物网 购物返利网
							人气:4560
							仿万家购物网 购物返利网
							人气:4560
						 ecshop趣玩模板2010老版
							人气:834
							ecshop趣玩模板2010老版
							人气:834