mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +02:00
Allow user sync when dual auth mode
LDAP sync can be executed if dual mode authentication is enabled.
This commit is contained in:
parent
b6e1543b7f
commit
fc60a5917e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if (or isAuthProviderLDAP c)}}
|
{{#if (or isAuthProviderLDAP isDualAuth)}}
|
||||||
<Ui::UiSpacer @size="300" />
|
<Ui::UiSpacer @size="300" />
|
||||||
{{#if syncInProgress}}
|
{{#if syncInProgress}}
|
||||||
{{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Locked label="LDAP user sync running..."}}
|
{{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Locked label="LDAP user sync running..."}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue