Forum Moderators: phranque
AuthName <Your site or subsection description here> (Click 'Cancel' for help)
The rest of the text in the login dialog box is fixed by mod_auth.
Jim
AuthUserFile /home/yourname/.htpasswd AuthGroupFile /dev/null AuthName "\nMy Secret Area\n" AuthType Basic
<Limit GET POST> require valid-user </Limit>
is it possible to add a new line in the message?
As implied by its name, Apache Basic Authentication is, well, basic. If you need features beyond those supported by Basic Auth, then you'll need to buy or write a script to handle authorization/authentication.