Aleksander Machniak
2015-06-06 ed5a7b48c0e8ab9fccc28c35ba3a34296d69cd03
Merge pull request #277 from jobisoft/master

Allow to override password, but keep username (auth_cid/auth_pw)
1 files modified
2 ■■■■■ changed files
plugins/managesieve/lib/Roundcube/rcube_sieve.php 2 ●●●●● patch | view | raw | blame | history
plugins/managesieve/lib/Roundcube/rcube_sieve.php
@@ -77,6 +77,8 @@
        if (!empty($auth_cid)) {
            $authz    = $username;
            $username = $auth_cid;
        }
        if (!empty($auth_pw)) {
            $password = $auth_pw;
        }