Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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 ?