Quote:
Originally Posted by mariosipad
If you are using authorisation through .htaccess the user "monty" should be in the .htpasswd file with the same password as in config_local.php (or config_local.monty.php).
The line $config['cops_basic_authentication'] = ... etc is only needed if you do not use authentication through .htaccess.
|
But in this case I am not using .htaccess/.htpasswd. Can you give me an example of the cops basic authentication statement for 2 users?
You suggest that the apache authentication and the COPS authentication work together but the docs suggest it's one or the other. Confusing as all get out!
I don't mind using .htaccess/.htpasswd, but the goal here is to have "user specific settings" in cops, as the docs suggest can be done.