You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually in code when you try to log in, the query to ldap finds by "samaccountname", the question is:
is it possible change this and search by "mail"?
if this is possible, How can I modify it?
This is because in the "username" I'm sending the e-mail:
Hello!
Actually in code when you try to log in, the query to ldap finds by "samaccountname", the question is:
is it possible change this and search by "mail"?
if this is possible, How can I modify it?
This is because in the "username" I'm sending the e-mail:
Auth::attempt(array('username' => Input::get('email-login'), 'password' => Input::get('password')))
Thanks
The text was updated successfully, but these errors were encountered: