Gossamer Forum
Quote Reply
Login
Is there a way that the DB can require a log-in but get the usernames and passwords from htaccess?
Quote Reply
Re: Login In reply to
Hi,

Yes, it means maintaining two separate password files though, one in .htpasswd, and the other in the permissions file.

Basically if DBMan is run in a password protected directory, it will take the username of the authenticated user and look up his permissions.

Hope this helps,

Alex