| Re: Login with e-mail |
| by slyss on 2007/6/28 7:37:32 dosn't work
|
| Re: Login with e-mail |
| by Dave_L on 2007/6/15 17:48:23 include/checklogin.php should be the correct file. After messing with the login processing, you may need to empty (delete the rows in) the session table and delete the cookies for the site. |
| Re: Login with e-mail |
| by slyss on 2007/6/10 12:54:41 hi david... i haven't try because is an php file and not a template... but i will go to try for any doubt... |
| Re: Login with e-mail |
| by slyss on 2007/6/10 11:30:58 Quote:
yes but i need this... anybody ? i need to add le="color: #000000"><?php if( strstr( $_POST['uname'] , '@' ) ) { list( $uname ) = $xoopsDB->fetchRow( $xoopsDB->query( "SELECT loginname FROM ".$xoopsDB->prefix('users')." WHERE email='".$myts->addSlashes($_POST['uname'])."'" ) ) ; } but any modifications don't appears... i don't know why but if i try to delete all internal of include/checklogin.php my site still work fine.... |
| Re: Login with e-mail |
| by Red_Bee on 2007/6/10 11:06:14 Just wonder why you need that function. Also, isn't it less secure to use email instead of username? |