Skip to content

Commit 1ab0a92

Browse files
Update forgot-password.md
Add docs changes for ForgotPassword Multi-Instance support
1 parent e0155d1 commit 1ab0a92

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are below versions of the Forgot Password module, depending on whether you
1919

2020
| Mendix Version | Forgot Password Version |
2121
| --- | --- |
22-
| 10.21.01 and above | 6.3.0 |
22+
| 10.21.01 and above | 6.4.0 |
2323
| 10.12.10 and above | 6.1.0 |
2424
| 10.6.0 and above | 6.0.0 |
2525
| 9.20.0 and above | 5.1.0 |
@@ -36,6 +36,7 @@ The Forgot Password module has the following dependencies:
3636
* [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.
3737
* [Encryption](/appstore/modules/encryption/)
3838
* [Mx Model Reflection](/appstore/modules/model-reflection/)
39+
* [Community Commons](/appstore/modules/community-commons-function-library/) (For Email Connector module v6.3.0 and above)
3940

4041
### Features
4142

@@ -44,9 +45,6 @@ The Forgot Password module has the following dependencies:
4445
* Supports email aliases, in other words, the from address in email templates can be different from the SMTP account used to send the email
4546
* Supports multi-language email templates for sending password reset emails
4647

47-
### Limitation
48-
49-
The Forgot Password module does not support multiple instances if any are present in the node.
5048

5149
## Installing the Forgot Password Module{#installing}
5250

@@ -62,7 +60,7 @@ In these instructions, it is assumed that your main module is **MyFirstModule**.
6260
1. Open the [App Settings](/refguide/app-settings/) and make the following changes:
6361
* In the [Configurations](/refguide/configuration/) tab, edit the current configuration to add a 32-character string value for the constant **Encryption.EncryptionKey**.
6462
{{< figure src="/attachments/appstore/platform-supported-content/modules/forgot-password/encryption-key.png" class="no-border" >}}
65-
* In the **Runtime** tab, add the microflow **Deeplink.StartDeeplink** as the **After startup** microflow or as a sub-microflow to an existing after startup microflow.
63+
* In the **Runtime** tab, add the microflow **Deeplink.StartDeeplink** and **ForgotPassword.ASU_Startup** as the **After startup** microflow or as a sub-microflow to an existing after startup microflow.
6664
{{% alert color="warning" %}}For the Forgot Password module version 6.0.0 (Mendix 10.6.0 and above), do not add the **Deeplink.StartDeeplink** microflow as the **After startup** microflow.{{% /alert %}}
6765
* If you are changing the **URL prefix** value in the **Runtime** tab, ensure that you use the same value in the URLPrefix constant of the Forgot Password module. Otherwise, the signup and reset URLs will not work.
6866
1. Open [App Security](/refguide/app-security/) and do the following:
@@ -76,7 +74,7 @@ In these instructions, it is assumed that your main module is **MyFirstModule**.
7674
* **Email_Connector.EmailConnectorAdmin** or **EmailTemplate.Administrator** - **Email_Connector** permissions are needed if you are using version 4.1.0 or above (for Mendix 8) or version 5.1.0 or above (for Mendix 9 and above). **EmailTemplate** permissions are only needed if using a version which uses the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module
7775
* **Encryption.user**
7876
* **ForgotPassword.Administrator**
79-
* **MxModelReflection.ModeAdministrator**
77+
* **MxModelReflection.ModelAdministrator**
8078
* **System.Administrator**
8179
* **MyFirstModule.Administrator**
8280
* Guest

0 commit comments

Comments
 (0)