kolab_2fa: Disable 2FA in SSO mode on Roundcube > 1.6
This commit is contained in:
parent
a2119c58f6
commit
b848f85360
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ class kolab_2fa extends rcube_plugin
|
|||
return $args;
|
||||
}
|
||||
|
||||
// Single Sign On authentication, disable 2FA (Roundcube > 1.6)
|
||||
if (!empty($args['sso'])) {
|
||||
return $args;
|
||||
}
|
||||
|
||||
$rcmail = rcmail::get_instance();
|
||||
|
||||
// parse $host URL
|
||||
|
|
Loading…
Add table
Reference in a new issue