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
'Account does not exist' seems inaccurate for empty username field
In general it might be easier and safer to give more generic error messages, to avoid being prone to oracle attacks (a user is informed if acconut exists, but wrong password), especially since we do not have limited login attempts.
An improvement can be just to say 'Invalid login credentials' for most scenarios.
The text was updated successfully, but these errors were encountered:
'Account does not exist' seems inaccurate for empty username field
In general it might be easier and safer to give more generic error messages, to avoid being prone to oracle attacks (a user is informed if acconut exists, but wrong password), especially since we do not have limited login attempts.
An improvement can be just to say 'Invalid login credentials' for most scenarios.
The text was updated successfully, but these errors were encountered: