You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/forgot-password.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ There are below versions of the Forgot Password module, depending on whether you
19
19
20
20
| Mendix Version | Forgot Password Version |
21
21
| --- | --- |
22
-
| 10.21.01 and above | 6.3.0 |
22
+
| 10.21.01 and above | 6.4.0 |
23
23
| 10.12.10 and above | 6.1.0 |
24
24
| 10.6.0 and above | 6.0.0 |
25
25
| 9.20.0 and above | 5.1.0 |
@@ -36,6 +36,7 @@ The Forgot Password module has the following dependencies:
36
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.
37
37
*[Encryption](/appstore/modules/encryption/)
38
38
*[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)
39
40
40
41
### Features
41
42
@@ -44,9 +45,6 @@ The Forgot Password module has the following dependencies:
44
45
* Supports email aliases, in other words, the from address in email templates can be different from the SMTP account used to send the email
45
46
* Supports multi-language email templates for sending password reset emails
46
47
47
-
### Limitation
48
-
49
-
The Forgot Password module does not support multiple instances if any are present in the node.
50
48
51
49
## Installing the Forgot Password Module{#installing}
52
50
@@ -62,7 +60,7 @@ In these instructions, it is assumed that your main module is **MyFirstModule**.
62
60
1. Open the [App Settings](/refguide/app-settings/) and make the following changes:
63
61
* In the [Configurations](/refguide/configuration/) tab, edit the current configuration to add a 32-character string value for the constant **Encryption.EncryptionKey**.
* 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.
66
64
{{% 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 %}}
67
65
* 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.
68
66
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**.
76
74
* **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
0 commit comments