Skip to content

Support browser password managers guess for username #1117

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

Closed
fogs opened this issue May 8, 2013 · 0 comments
Closed

Support browser password managers guess for username #1117

fogs opened this issue May 8, 2013 · 0 comments

Comments

@fogs
Copy link

fogs commented May 8, 2013

Several modern browser implement their own password manager, allowing users to store username and password on locally. At least Mozilla Firefox and Google Chrome use the text input previous to the password field as best guess for the username. For the default registration form type in FOSUserBundle, this would be the email address. However, by default email addresses cannot be used as username when logging in.

I am aware, that I can override the default forms that are coming with the FOSUserBundle. But in my eyes, this should work nicely without having to change default settings.

The new order can be either

  • username
  • password
  • password repeat
  • email address

..or

  • email address
  • username
  • password
  • password repeat

..of which I have no preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant