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

Incorrect feedback message 'Password doesn't match' appears after entering only the first password field #4304

Open
SoapOperaTester opened this issue Dec 19, 2024 · 1 comment · May be fixed by #4316
Assignees
Labels
Issue-Easy (good first issue) Beginners welcome! Issues with relative low difficulty. Issue-Glitch Graphical issue

Comments

@SoapOperaTester
Copy link

Describe the bug
Incorrect feedback message 'Password doesn't match' appears after entering only the first password field.

To Reproduce
Steps to reproduce the behavior:

  1. Click the 3 Vertical Dots icon next to a file
  2. Select 'Encrypt'
  3. Enter a password in the first password field (e.g., '123')

Expected behavior
The feedback message 'Password doesn't match' should appear when the two password fields have different inputs or after text has been entered in the second password field.

Screen Recording

passwordFeedback.mov

Smartphone (please complete the following information):

  • Device: [Google Pixel 5]
  • OS: [Android 14]
  • Rooted: [No]
  • Version: [v3.10]
@VishnuSanal VishnuSanal added Issue-Easy (good first issue) Beginners welcome! Issues with relative low difficulty. Issue-Glitch Graphical issue labels Dec 19, 2024
enescakar2148 added a commit to enescakar2148/AmazeFileManager that referenced this issue Dec 27, 2024
…d validation logic runs for both password fields at the same time. When entering the first password, the second password field is empty, which causes the 'passwords do not match' error. This can be fixed by updating the code as follows:
@enescakar2148
Copy link

Hi. The cause of the error is that the password validaion logic runs for both password fields at the same time. When entering the first password, the second password field is empty, which causes the 'passwords do not match' error. I fixed the simple bug that created this issue and submitted a PR request.

@VishnuSanal VishnuSanal linked a pull request Dec 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Easy (good first issue) Beginners welcome! Issues with relative low difficulty. Issue-Glitch Graphical issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants