You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users receive incorrect error messages when the VRMS login system encounters failures, leading them to believe their login attempts are failing due to their account not existing (currently showing: We don't recognize your email address. Please create an account). This confusion causes unnecessary troubleshooting attempts and erodes user confidence in the system.
Action Items
Audit the current login backend error states and HTTP status codes returned by the server
Map each status code to appropriate user-facing messages:
Account not found errors (user doesn't exist) → "We don't recognize your email address"
Authentication/credential errors → "Incorrect email or password"
Overview
Users receive incorrect error messages when the VRMS login system encounters failures, leading them to believe their login attempts are failing due to their account not existing (currently showing:
We don't recognize your email address. Please create an account). This confusion causes unnecessary troubleshooting attempts and erodes user confidence in the system.Action Items
Resources/Instructions