Quote:
Originally Posted by MontyJ
Frustrating...
|
I can imagine.
I can reproduce this behaviour (enter username and password then <Sign In> then <Please Sign In> pop-up window disappears shortly and appears empty again) only if I somehow have enabled (through .htaccess) authentication and the username/password I enter are different from those in .htpasswd ("encrypted").
So try:
- comment out the lines $config['cops_basic_authentication'] = ... in all config_local.php and config_local.userX.php files and try logging in again. What happens?
or
- make the username / password the same as in .htpasswd ("unencrypted") and try again. What happens?