mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
LDAP Wizard: don't generate filter when not allowed
This commit is contained in:
parent
60b1191c88
commit
3480766a78
1 changed files with 3 additions and 1 deletions
|
|
@ -573,7 +573,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