Story 2.0.3.3. RT. Display an error message when the passwords do not match

Content

General info

When a user tries to reset their password on the RockenTalent platform, the system should check if both password fields match. If the passwords entered do not match, a dedicated error message should be displayed, instead of the general error message that currently appears. This will ensure a clearer and more user-friendly experience for users attempting to reset their passwords.

User story

As a user of RockenTalent,
I want to see a clear error message when the passwords entered do not match,
so that I can easily understand and correct the error while resetting my password.


RT-6760

Получение подробных данных проблемы…
СТАТУС

Visual design:

#

Acceptance Criteria

01

Scenario: Display error when passwords do not match
Given I am on the "Reset password" page and enter passwords in the two fields,
When the entered passwords do not match,
Then an error message should appear below the "Confirm password" field, displaying the text "The entered passwords are not the same" (EN) or "Die eingegebenen Passwörter stimmen nicht überein" (DE).

02

Scenario: Hide the general error message
Given I am on the "Reset password" page,
When I enter non-matching passwords,
Then the general error message should not appear; only the specific password mismatch message should be visible.

Comments

Leave a Reply