Skip to content

Commit 82d9daf

Browse files
committed
Additional context from Jaap
1 parent f6927f8 commit 82d9daf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/en/docs/marketplace/platform-supported-content/modules/forgot-password.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you already use the Forgot Password module in your Mendix 8 app, you can find
3333
The Forgot Password module has the following dependencies:
3434

3535
* [Email Connector](/appstore/modules/email-connector/) – Versions of the Forgot Password module below 4.1.0 (for Mendix 8), and 5.1.0 (for Mendix 9 and above) have a dependency on the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. If you are using Mendix 8 and above, Mendix recommends upgrading to the latest version using the instructions in the [Migrate from Email Module with Templates to Email Connector](#migrate-email) section below.
36-
* [Deep Link](/appstore/modules/deep-link/) – Version of the Forgot Password module 6.0.0 and above (for Mendix 10.6.0 and above) does not require Deep Link module as a dependency.
36+
* [Deep Link](/appstore/modules/deep-link/) – Version of the Forgot Password module 6.0.0 and above (for Mendix 10.6.0 and above) does not require the Deep Link module as a dependency.
3737
* [Encryption](/appstore/modules/encryption/)
3838
* [Mx Model Reflection](/appstore/modules/model-reflection/)
3939
* [Community Commons](/appstore/modules/community-commons-function-library/) (For Email Connector module version 6.3.0 and above)
@@ -44,7 +44,11 @@ The Forgot Password module has the following dependencies:
4444
* Allows end-users to sign up for your app by validating that the end-user has access to the email address they enter by sending a password reset email
4545
* Supports email aliases, in other words, the from address in email templates can be different from the SMTP account used to send the email
4646
* Supports multi-language email templates for sending password reset emails
47+
* Automatically deletes expired or previously used password reset links.
4748

49+
### Limitation
50+
51+
When changing the encryption key for the Encryption module, all previously sent password reset email links become invalid. Users must request a new password reset link.
4852

4953
## Installing the Forgot Password Module{#installing}
5054

0 commit comments

Comments
 (0)