**
Steps to Reproduce:**
-
Create/set a new password for the user account.
-
Attempt to log in using the created password.
-
Observe that system returns error: “Incorrect password”.
-
Open Profile Settings page.
-
Attempt to change password.
-
Observe that current password is required for password change.
-
Attempt to delete account.
-
Observe that current password is required for account deletion.
Actual Result:
System does not accept the created password for login.
At the same time, system requires the same current password to change password or delete account.
User is blocked from any recovery action and cannot manage the account.
Expected Result:
System should either:
-
accept the newly created password correctly during login;
-
or provide the user with an alternative recovery option if the password is not accepted, such as password reset functionality.
User should not be blocked from changing password or deleting account due to inability to provide a password that the system itself rejects.