-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Wrong password during installation makes login impossible #1228
Comments
Can it assign to me? |
Hi @LinkinStars , I have implemented the eye icon (👀) feature that allows users to toggle password visibility during the installation process. Please review the changes. Thank you. |
I do not agree to merge this "eye solution" into the version. To avoid the issue of entering the wrong password in install page, we can add a password confirmation form. According to the KANO model, "Add eye solution" is an unimportant feature. Adding it may cause some potential problems, including conflicts with certain browsers or plugins. |
Based on the above reasons, I have revoked the PR submission of the original plan. If you are still interested, you can use the method of adding repeated input to achieve the effect of confirming the password. |
Can you assign this issue to me? |
I noticed that translation is not working for some fields, in this fix also I have just updated the en_US.yaml, do we have any strategy to fix this, since I guess crowdin wont be helpful for such frequent changes. Any insights would be helpful |
Translations are synchronized at release time. |
Is your feature request related to a problem? Please describe
When installing this program, I sometimes accidentally hit wrong keys and enter incorrect passwords. During the installation process, there is no secondary password verification, nor is there an eye icon (👀) that can be clicked to view and confirm the initial password. As a result, if an incorrect password is entered, it becomes impossible to log into the system and the only solution is to reinstall the application.
Describe the solution you'd like
Add an eye icon or add a second password input field for password confirmation, and check/validate this password.
Describe alternatives you've considered
For now, I haven't thought of any other solutions.
current view:
preview demo:
The text was updated successfully, but these errors were encountered: