Login with email and password?
how could I make it able, that users can login with their E-Mail adress and the password? When a user posts something there should be the first and the second name...
0
This discussion has been closed.
Comments
I only changed the length of the username field in the login form and changed the query in the People.Class.Authenticator from
$s->AddWhere('u', 'Name', '', $Username, '=');
to
$s->AddWhere('u', 'Email', '', $Username, '=');
that was it...
have we turned it into an extension then ?