mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
system: ldap-totp can import most likely
This commit is contained in:
parent
436b0a7f02
commit
a7a6f392a0
@ -1057,7 +1057,7 @@ $( document ).ready(function() {
|
||||
$servers = explode(',', $config['system']['webgui']['authmode']);
|
||||
foreach ($servers as $server) {
|
||||
$authcfg_type = auth_get_authserver($server)['type'];
|
||||
if ($authcfg_type == 'ldap') {
|
||||
if ($authcfg_type == 'ldap' || $authcfg_type == 'ldap-totp') {
|
||||
$can_import = true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user