valor-labs / valor-launchpad

2 stars 2 forks source link

Sign in with Incorrect password Issue #632

Open sawyerbutton opened 2 years ago

sawyerbutton commented 2 years ago

Title

Description

Entered into 'Password' field data should have been checked if it meets strong password requirements, before accepting and saving secure.

Expected

Any error message should appear on the 'Welcome' page if user try to login with not correct password

Issue

An informational message 'Incorrect username or password' appears on the 'Welcome' page after entering an incorrect password

image

Dev's comment

sawyerbutton commented 2 years ago

@apotapcukv Hi, I don't get the point of this issue, please help me to understand it.

apotapcukv commented 2 years ago

@sawyerbutton the point of this issue is in the view type of the 'Incorrect username or password' error message. It has an 'alert-message' class in HTML but has an Alert simple message type look, not a Danger Alert message type look. See examples: https://www.csshint.com/wp-content/uploads/2020/08/Modern-Alerts.jpg