Adding information about e-mail notification templates for password reset
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2db3570d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2db3570d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2db3570d Branch: refs/heads/master Commit: 2db3570d215ed8968579319b43727ceff3883100 Parents: aea6dc8 Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Jan 19 11:18:11 2017 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Jan 19 11:18:19 2017 +0100 ---------------------------------------------------------------------- .../concepts/usersgroupsandanyobjects.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/2db3570d/src/main/asciidoc/reference-guide/concepts/usersgroupsandanyobjects.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/concepts/usersgroupsandanyobjects.adoc b/src/main/asciidoc/reference-guide/concepts/usersgroupsandanyobjects.adoc index 09d1642..ba14de6 100644 --- a/src/main/asciidoc/reference-guide/concepts/usersgroupsandanyobjects.adoc +++ b/src/main/asciidoc/reference-guide/concepts/usersgroupsandanyobjects.adoc @@ -91,6 +91,17 @@ e-mail is sent to the configured address for the user with a link - again, typic . user clicks on the received link and provides new password value, typically via <<enduser-component,end-user>> . user receives confirmation via e-mail +[WARNING] +==== +The outlined procedure requires a working <<e-mail-configuration,e-mail configuration>>. + +In particular: + +* the first e-mail is generated from the `requestPasswordReset` <<notification-templates, notification template>>: +hence, the token-based access link to the <<enduser-component,end-user>> is managed there; +* the second e-mail is generated from the `confirmPasswordReset` <<notification-templates, notification template>>. +==== + [TIP] ==== The process above requires the availability of <<console-configuration-security-questions,security questions>> that
