Any way to customize fail logins message?
-
Hi,
There's no way to customize the behavior of failed logins so that users can differentiate between "your password is bad" and "user not found", correct?
-
That is correct. For security reasons, we do not provide feedback if the user exists but the password is incorrect, vs the situation where user does not exist.
This is true both in the hosted login pages and the login API response codes. That's what we recommend if you build your own pages as well.
-