Merge pull request #277 from jobisoft/master

Allow to override password, but keep username (auth_cid/auth_pw)
pull/281/head
Aleksander Machniak 9 years ago
commit ed5a7b48c0

@ -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