I noticed that when some form fields like captcha or other fields are invalid, the username field is authenticated and throws the message 'Unrecognized username or password.' I don't want this message to be displayed to the user.
So I wrote the following patch to check if the form has no other errors, then throws the invalid username error.
| Comment | File | Size | Author |
|---|---|---|---|
| check-form-error.patch | 845 bytes | amir jamshidi |
Comments
Comment #2
astonvictor commented