mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
LDAP Wizard: don't generate filter when not allowed
This commit is contained in:
parent
6640e120b7
commit
c67ece0f6b
1 changed files with 3 additions and 1 deletions
|
|
@ -566,7 +566,9 @@ var LdapWizard = {
|
|||
},
|
||||
|
||||
postInitLoginFilter: function() {
|
||||
LdapWizard.composeFilter('login');
|
||||
if($('#rawLoginFilterContainer').hasClass('invisible')) {
|
||||
LdapWizard.composeFilter('login');
|
||||
}
|
||||
},
|
||||
|
||||
/** end of init user filter tab section **/
|
||||
|
|
|
|||
Loading…
Reference in a new issue