1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +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:
sauls8t 2019-08-16 10:37:58 +01:00
parent b6e1543b7f
commit fc60a5917e

View file

@ -8,7 +8,7 @@
{{/if}}
{{/if}}
{{#if (or isAuthProviderLDAP c)}}
{{#if (or isAuthProviderLDAP isDualAuth)}}
<Ui::UiSpacer @size="300" />
{{#if syncInProgress}}
{{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Locked label="LDAP user sync running..."}}