Skip to content
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

Case-insensitive username field #1910

Closed
jeroenev opened this issue Apr 15, 2022 · 2 comments
Closed

Case-insensitive username field #1910

jeroenev opened this issue Apr 15, 2022 · 2 comments
Labels
enhancement ⚙ Improve an existing feature frontend

Comments

@jeroenev
Copy link

Currently, when logging in on a mobile device, the keyboard automatically capitalizes the first letter when filling in the Username field.
So it will automatically type 'Username' instead of 'username' if you're not careful to lowercase the first letter.

It would be nice if either:

  • The Username is case-insensitive, so this causes no problems
  • autocapitalize="off" is added to the username field, so mobile devices no longer capitalize it automatically
@o1egl o1egl added enhancement ⚙ Improve an existing feature frontend labels Apr 19, 2022
@o1egl
Copy link
Member

o1egl commented Apr 19, 2022

Making username case-insensitive is a backward-incompatible change. So the second option looks like a solution

@o1egl o1egl closed this as completed in aed3af5 Apr 30, 2022
@jeroenev
Copy link
Author

Awesome, thanks a lot for fixing this!

rahul-r pushed a commit to rahul-r/filebrowser that referenced this issue Sep 2, 2022
Shada pushed a commit to Shada/filebrowser that referenced this issue Feb 22, 2023
Shada pushed a commit to Shada/filebrowser that referenced this issue Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ⚙ Improve an existing feature frontend
Projects
None yet
Development

No branches or pull requests

2 participants