From ea54f685435cca88edf0923bf96eed269322523b Mon Sep 17 00:00:00 2001 From: Louis Chmn Date: Fri, 21 Nov 2025 18:05:29 +0100 Subject: [PATCH 1/2] fix(user_ldap): Re-introduce easy login attributes checkboxes Fix https://github.com/nextcloud/server/issues/55805 Signed-off-by: Louis Chmn --- .../src/components/SettingsTabs/LoginTab.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/user_ldap/src/components/SettingsTabs/LoginTab.vue b/apps/user_ldap/src/components/SettingsTabs/LoginTab.vue index d8742ed40ae85..67e0714fbf4c4 100644 --- a/apps/user_ldap/src/components/SettingsTabs/LoginTab.vue +++ b/apps/user_ldap/src/components/SettingsTabs/LoginTab.vue @@ -8,6 +8,20 @@ {{ t('user_ldap', 'When logging in, {instanceName} will find the user based on the following attributes:', { instanceName }) }} + + {{ t('user_ldap', 'LDAP/AD Username:') }} + + + + {{ t('user_ldap', 'LDAP/AD Email Address:') }} + +