John Bieling
2015-05-19 c3a606886972894b66c9b92a7daa5a02f95995e8
Merge pull request #1 from jobisoft/jobisoft-patch-auth_pw

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;
        }