in reply to Re: Re: A way to get the User in a variable from htpasswd?
in thread A way to get the User in a variable from htpasswd?

I think you want to add a line to your .htaccess, specifically require valid-user (or a list of which users you want to allow, require user fred marcy judy).

I don't think the REMOTE_USER actually gets set if you don't have this.

Replies are listed 'Best First'.
Re: Re: Re: Re: A way to get the User in a variable from htpasswd?
by merlyn (Sage) on May 11, 2001 at 16:28 UTC