Merge pull request #1 from jobisoft/jobisoft-patch-auth_pw

Allow to override password, but keep username (auth_cid/auth_pw)
pull/277/head
John Bieling 9 years ago
commit c3a6068869

@ -77,6 +77,8 @@ class rcube_sieve
if (!empty($auth_cid)) {
$authz = $username;
$username = $auth_cid;
}
if (!empty($auth_pw)) {
$password = $auth_pw;
}

Loading…
Cancel
Save