PEAK XOOPS - Re: login with e-mail in englishin japanese

Re: login with e-mail

List posts in the topic

none Re: login with e-mail

msg# 1.1.1.1.1.1
depth:
5
Previous post - Next post | Parent - Children.1 | Posted on 2007/6/3 5:42 | Last modified
GIJOE  ÀèǤ·³Áâ   Posts: 4110
You are tough guy like Di Luca

just insert a few lines into include/checklogin.php line 43

$member_handler =& xoops_gethandler('member');
$myts =& MyTextsanitizer::getInstance();

if( strstr( $_POST['uname'] , '@' ) ) {
	list( $uname ) = $xoopsDB->fetchRow( $xoopsDB->query( "SELECT loginname FROM ".$xoopsDB->prefix('users')." WHERE email='".$myts->addSlashes($_POST['uname'])."'" ) ) ;
}


// Place here the Auth class calls
//**** BEGIN AUTH ****
--------
(2007-6-4 edited) fixed from uname -> displayname
Votes:7 Average:5.71

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!