BigLug has asked for the wisdom of the Perl Monks concerning the following question:
As I need to check other flags, I'd like to give the users messages in the AuthName. Is it possible to change the AuthName at runtime? Or can it only be set in the config?
My AuthName begins as "Enter your serial number and password", but if they enter those correctly but have not paid, I'd like to change it to something along the lines of "Your serial number and password are correct. Please pay in order to enter the support area."
Update: I should point out that the authentication is all working without any problems. I'm just looking for a way to change the AuthName.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl authentication and messages
by johnnywang (Priest) on Dec 15, 2004 at 05:38 UTC | |
|
Re: mod_perl authentication and messages
by r11132a (Scribe) on Dec 15, 2004 at 13:42 UTC |