When you try to login with the wrong credentials you see a notification. There is a grammar issue in this text.

The current text is:

There was an error :( This could happen for one of for the following reasons: <br>
        - Unrecognized username/email and password combination. <br>
        - There has been more than one failed login attempt for this account. It is temporarily blocked. <br>
        - Too many failed login attempts from your IP address. This IP address is temporarily blocked. <br> <br>
        To solve the issue try other credentials, try again later or <a href=":url">request a new password</a>

It should be:

There was an error :( This could happen for one of the following reasons: <br>
        - Unrecognized username/email and password combination. <br>
        - There has been more than one failed login attempt for this account. It is temporarily blocked. <br>
        - Too many failed login attempts from your IP address. This IP address is temporarily blocked. <br> <br>
        To solve the issue try other credentials, try again later or <a href=":url">request a new password</a>

This can be changed in \Drupal\social_user\Form\SocialUserLoginForm.

Comments

jaapjan created an issue. See original summary.

ishani.addweb’s picture

Assigned: Unassigned » ishani.addweb
bramdriesen’s picture

Small remark, I would remove the smiley from the text.

hardikpandya’s picture

Assigned: ishani.addweb » Unassigned
Status: Active » Needs review
StatusFileSize
new1.02 KB
Akanksha92’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new371.82 KB

The patch applies cleanly. Attached is the screenshot.

jaapjan’s picture

Status: Reviewed & tested by the community » Fixed
Related issues: +#2942747: Unclear messages on failed login, and password reset

Thanks, I see this has been fixed in a related issue on https://www.drupal.org/project/social/issues/2942747 therefore will mark as solved.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.