diff --git a/dashboard/src/views/UserDirectoryLdapServerView.vue b/dashboard/src/views/UserDirectoryLdapServerView.vue index 0e948bae8..192c8af10 100644 --- a/dashboard/src/views/UserDirectoryLdapServerView.vue +++ b/dashboard/src/views/UserDirectoryLdapServerView.vue @@ -31,7 +31,7 @@ const isValid = computed(() => { function onCopyToClipboard(value) { copyToClipboard(value); - window.pankow.notify({ type: 'success', text: 'LDAP Url copied!' }); + window.pankow.notify({ type: 'success', text: 'LDAP URL copied!' }); } async function onSubmit() { @@ -84,11 +84,14 @@ onMounted(async () => {
- + - +
+ +

{{ $t('users.exposedLdap.cloudflarePortWarning') }}

@@ -114,3 +117,17 @@ onMounted(async () => { + +