Aleksander Machniak
2012-12-13 a9bb50d8045e5a119ca5f66ec03753ca80aa4d4a
plugins/http_authentication/http_authentication.php
@@ -36,7 +36,7 @@
                $args['action'] = 'login';
            }
            // Set user password in session (see shutdown() method for more info)
            else if (!empty($_SESSION['user_id']) && empty($_SESION['password'])) {
            else if (!empty($_SESSION['user_id']) && empty($_SESSION['password'])) {
                $_SESSION['password'] = $rcmail->encrypt($_SERVER['PHP_AUTH_PW']);
            }
        }