We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When encrypting the username field of a User entity implementing the UserInterface, login authentication seems to be broken.
The text was updated successfully, but these errors were encountered:
same problem!
Sorry, something went wrong.
makes sense -> I would be surprised if you could search for encrypted properties.
login usually works like this:
meaning in addition to have the username encrypted you would have to implement a custom User Manager (https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/user_manager.md)
-> in there you could encrypt the given username even before you search the storage.
No branches or pull requests
When encrypting the username field of a User entity implementing the UserInterface, login authentication seems to be broken.
The text was updated successfully, but these errors were encountered: