-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to log in a user with username instead of email? #82
Labels
Comments
Looking into it. thanks. |
Any updates? |
+1 |
2 similar comments
+1 |
+1 |
Any update for this feature? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Didn't find the way, had to implement the loginUser method from UserRepository and change the
"email"
string in the HashMap params to"username"
would be very helpful the option to configure these params for custom user model implementations
UserRepository.java line 228
The text was updated successfully, but these errors were encountered: