We would like to know if it is possible to make the error when trying to log in more specific and indicate the reason why it was not possible. Sometimes the username and password are correct but the real reason for not being able to log in is that the account is locked in the active directory and this is not shown in the application message.
Can the error messages be customized to be more specific?
For example:
Cannot log in because the user does not exist.
Cannot login because the password is invalid.
Cannot login because the account is locked in the active directory.
Cannot login because your password has expired, or your password expires in x days.