diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index 34d069d1b..4367dc03f 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -244,7 +244,8 @@ "bindPassword": "Bind Password (optional)", "errorSelfSignedCert": "Server is using an invalid or self-signed certificate.", "providerOther": "Other", - "providerDisabled": "Disabled" + "providerDisabled": "Disabled", + "disableWarning": "The authentication source of all existing users will be reset to authenticate against the local password database." }, "subscriptionDialog": { "title": "Subscription required", diff --git a/dashboard/src/views/user-settings.html b/dashboard/src/views/user-settings.html index 9a79dcc8a..ccbbc46b9 100644 --- a/dashboard/src/views/user-settings.html +++ b/dashboard/src/views/user-settings.html @@ -13,6 +13,10 @@ +
+ {{ 'users.externalLdap.disableWarning' | tr }} +
+