diff --git a/src/www/system_usermanager.php b/src/www/system_usermanager.php index 7aa529f91..c17cdd87d 100644 --- a/src/www/system_usermanager.php +++ b/src/www/system_usermanager.php @@ -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; } }