Thomas B.
2013-06-12 c6a173f7f798163c17ab028dc81b2ad7d7f456d1
Merge pull request #80 from weisslj/fix-http-authentication-plugin

Fix http_authentication_host usage after logout
1 files modified
2 ■■■ changed files
plugins/http_authentication/http_authentication.php 2 ●●● patch | view | raw | blame | history
plugins/http_authentication/http_authentication.php
@@ -52,7 +52,7 @@
        $this->load_config();
        $host = rcmail::get_instance()->config->get('http_authentication_host');
        if (is_string($host) && trim($host) !== '')
        if (is_string($host) && trim($host) !== '' && empty($args['host']))
            $args['host'] = rcube_utils::idn_to_ascii(rcube_utils::parse_host($host));
        // Allow entering other user data in login form,