From 4f8b1e81eaf142b06cdc8eb45334442b453143b2 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 14 Aug 2020 16:47:32 +0200 Subject: [PATCH] identification method description --- .../manual-sources/chapter-selfService.xml | 34 +++++++++++++++++-- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/lam/docs/manual-sources/chapter-selfService.xml b/lam/docs/manual-sources/chapter-selfService.xml index e8c6d346..2de8b973 100644 --- a/lam/docs/manual-sources/chapter-selfService.xml +++ b/lam/docs/manual-sources/chapter-selfService.xml @@ -1166,6 +1166,35 @@ + Identification method, used LDAP attributes: + + + + Email: mail + + + + Employee number: employeeNumber + + + + Self service login attribute: same as configured on first tab + of self service profile + + + + User name: uid + + + + User name and email address: uid and mail + + + + User name or email address: uid and mail + + + You can now configure the minimum answer length for password reset answers. This is checked when you allow you users to specify their answers via the self service. Additionally, you can specify the text of @@ -1195,9 +1224,8 @@ The mail can include the new password by using the special wildcard "@@newPassword@@". Additionally, you may want to insert other wildcards that are replaced by the corresponding LDAP attributes. E.g. "@@uid@@" - will be replaced by the user name. - See here for setting up your SMTP - server. + will be replaced by the user name. See here for setting up your SMTP server.