Repository: syncope Updated Branches: refs/heads/2_0_X 617c3f291 -> 98ac66801 refs/heads/master aea6dc8b1 -> 2db3570d2
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/98ac6680 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/98ac6680 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/98ac6680 Branch: refs/heads/2_0_X Commit: 98ac66801ace96d0d6d4ec683219fe3f904e24af Parents: 617c3f2 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:11 2017 +0100 ---------------------------------------------------------------------- .../concepts/usersgroupsandanyobjects.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/98ac6680/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
