Handling and explaining errors gracefully so as to have the least negative impact on a user's experience and workflow.
14
votes
8answers
2k views
How to tell the user his login credentials are incorrect?
When a user has entered incorrect details into a login form, is it better to tell them:
The username or password you have entered is invalid.
or
The user name you have entered is invalid (for ...
35
votes
6answers
2k views
How can I highlight errors when bright red is the main color of the brand?
I'm working on a mobile website for a client whose main brand color is red. The website header and headings are all red. CTA buttons are red too. How can I effectively separate errors (mostly in form ...
3
votes
2answers
96 views
Generic or dedicated error pages
The most common errorpage is the 404 error. Right now we are working on a website for a big client with several country websites.
My idea for http errors is:
One generic page which appologies for ...