Base solution for your next web application
Open Closed

Login Failed reason bubble up to the UI #705


User avatar
0
montanaprogrammer created

When a user enters an invalid username or password shouldn't a notification appear to notify the end user of the failure?

For instance, UserEmailIsNotConfirmedAndCanNotLogin.


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Surely, an alert is shown if username or password is incorrect or user is active or ... Isn't it working for you? One reason can be customErrors should be "On" in for web.config file.

  • User Avatar
    0
    montanaprogrammer created

    <cite>hikalkan: </cite> One reason can be customErrors should be "On" in for web.config file.

    That was the culprit, thank you sir.