notification mails for password self reset
This commit is contained in:
parent
2a219cd0b2
commit
f24093dfc1
|
@ -2,6 +2,8 @@ March 2012 3.7
|
||||||
- Login: support bind user for login search
|
- Login: support bind user for login search
|
||||||
- Personal: added labeledURI and cosmetic changes, description is now multi-valued (RFE 3446363)
|
- Personal: added labeledURI and cosmetic changes, description is now multi-valued (RFE 3446363)
|
||||||
- New translation: Slovakian
|
- New translation: Slovakian
|
||||||
|
- LAM Pro:
|
||||||
|
-> Password self reset can send password notification mails
|
||||||
- Fixed bugs:
|
- Fixed bugs:
|
||||||
-> DHCP: error message not displayed properly (3441975)
|
-> DHCP: error message not displayed properly (3441975)
|
||||||
-> Profile loading not possible if required fields are not filled (3444948)
|
-> Profile loading not possible if required fields are not filled (3444948)
|
||||||
|
|
|
@ -3901,8 +3901,16 @@ Run slapindex to rebuild the index.
|
||||||
on your server file system. Therefore, it is required to protect your
|
on your server file system. Therefore, it is required to protect your
|
||||||
server against unauthorised access.</para>
|
server against unauthorised access.</para>
|
||||||
|
|
||||||
<para>Finally, please specify the list of password reset questions
|
<para>Please also specify the list of password reset questions that
|
||||||
that the user can choose.</para>
|
the user can choose.</para>
|
||||||
|
|
||||||
|
<para></para>
|
||||||
|
|
||||||
|
<para>You can inform your users via mail about their password change.
|
||||||
|
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.</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">New fields for self service
|
<para><emphasis role="bold">New fields for self service
|
||||||
page</emphasis></para>
|
page</emphasis></para>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue