From fc60a5917ee90374a3347f7b0517623e7328478d Mon Sep 17 00:00:00 2001 From: sauls8t Date: Fri, 16 Aug 2019 10:37:58 +0100 Subject: [PATCH] Allow user sync when dual auth mode LDAP sync can be executed if dual mode authentication is enabled. --- gui/app/templates/components/customize/user-list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/app/templates/components/customize/user-list.hbs b/gui/app/templates/components/customize/user-list.hbs index 5c9e806d..2927cbe7 100644 --- a/gui/app/templates/components/customize/user-list.hbs +++ b/gui/app/templates/components/customize/user-list.hbs @@ -8,7 +8,7 @@ {{/if}} {{/if}} - {{#if (or isAuthProviderLDAP c)}} + {{#if (or isAuthProviderLDAP isDualAuth)}} {{#if syncInProgress}} {{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Locked label="LDAP user sync running..."}}