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

Improve the change password handling in profile edit page #7605

Closed
6 tasks
nihal467 opened this issue Apr 14, 2024 · 1 comment · Fixed by #7639
Closed
6 tasks

Improve the change password handling in profile edit page #7605

nihal467 opened this issue Apr 14, 2024 · 1 comment · Fixed by #7639
Assignees

Comments

@nihal467
Copy link
Member

nihal467 commented Apr 14, 2024

Describe the bug

  • The password change input box on the profile update page lacks the same conditional checks found on the user creation page.
  • When the wrong password is entered, there are multiple errors thrown at the same time
  • we can input current password in the new password column and submit the form

To Reproduce
Steps to reproduce the behavior:

  1. click on the profile name in the bottom right
  2. in the profile page, update the password
  3. See error

Expected behavior

  • password change input box on the profile update page should have the same condition check as the new user creation page
  • Show the specific notification only " the old password - wrong password entered. Please check your password "
  • add a validation for the new password column checking the current password inputted data and new password column are not having the same text

image
image

Screenshots below are the bugs
image

image
image

@github-project-automation github-project-automation bot moved this to Triage in Care Apr 14, 2024
@nihal467 nihal467 changed the title Improve the Change password handling in profile edit page Improve the change password handling in profile edit page Apr 14, 2024
@r-nikhilkumar
Copy link
Contributor

@nihal467 @rithviknishad can you assign this issue to me?

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

Successfully merging a pull request may close this issue.

2 participants