This is a follow up to this question since it got closed. In a log in form, after the user enters the wrong password, when should the message saying "wrong password or user name" go away? For example should it go away after the first character of the password is typed? This is assuming the message is in plain text beneath the password field (not an alert window or anything like that).
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
it's literally up to you. Most of the time developers actually leave it as is. |
|||
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information. |
Error messages shouldn't go away on their own unless
If error message is displayed and user makes the same mistake which produces the same error message for the second time, the error message can blink or have a brief color transition which indicates that the error has appear all over again. |
|||
|