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
Comment #2
ishani.addweb commentedComment #3
bramdriesenSmall remark, I would remove the smiley from the text.
Comment #4
hardikpandya commentedComment #5
Akanksha92 commentedThe patch applies cleanly. Attached is the screenshot.
Comment #6
jaapjan commentedThanks, I see this has been fixed in a related issue on https://www.drupal.org/project/social/issues/2942747 therefore will mark as solved.