Hi All,
 
I am having some trouble getting Apache::AuthCookie (version 3 which i believe is the latest version) to do what want:
 
What i want is:
 
* To be able to give the user a reson if login fails
  - eg reason: * "No such username"
                    * "Your password was incorrect"
 
Has anyone else come across the same requirement/issue, and how have you solved it?
 
It seems like a difficult one to solve (in a clean way) as the only way i can think of doing it is either setting
another cookie (with the auth failure reason) or adding to the URL query parameters and then reading them
when displaying the login page...
 
simran.

Reply via email to