Skip to content

Commit b7eb435

Browse files
authored
Merge pull request #9497 from mendix/kv-forgot-password
Forgot Password: changes for the 6.3.0
2 parents 9e864e0 + 4f30c77 commit b7eb435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +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 |
2223
| 10.12.10 and above | 6.1.0 |
2324
| 10.6.0 and above | 6.0.0 |
2425
| 9.20.0 and above | 5.1.0 |
@@ -100,7 +101,8 @@ In these instructions, it is assumed that your main module is **MyFirstModule**.
100101
The **Nav_GuestHomePage** microflow is the home page for an anonymous user. This microflow either shows the login page or triggers the deep link process which performs the reset password function.
101102
* Add the menu item **ForgotPasswordConfiguration** to the app navigation. Link this item to the **ForgotPassword.ForgotPasswordConfiguration_Edit** page and assign it to the **Administrator** user role.
102103
{{% alert color="warning" %}}The **ForgotPasswordConfiguration** page should be accessible to the administrator only. It allows the administrator to configure the email template and deep link, and it shows all the open password reset requests.{{% /alert %}}
103-
1. If you are using version 5.3.0 or above of the Forgot Password module, open [Module Security](/refguide/module-security/#entity-access) for the **Email_Connector** module in the Marketplace. On the **Entity Access** tab, assign read-only access to the **Email_Connector.EmailConnectorAdmin** module role on the **EmailTemplateLanguage_EmailTemplate** template.
104+
1. For version 6.3.0 and above of the Forgot Password module, go to the **Edit** tab of the Studio Pro, click **New features**, and disable the **Access Rules editor**. Then, open the [Module Security](/refguide/module-security/#entity-access) for the **Email_Connector** module in the Marketplace. In the **Entity Access** tab, assign read-only access to the **Email_Connector.EmailConnectorAdmin** module role for the **EmailTemplateLanguage_EmailTemplate** template. If you are using version 5.3.0 or above of the module, you do not need to disable the **Access Rules Editor** and can proceed with the remaining steps as described above.
105+
104106
1. Run the application.
105107
1. Sign in as **demo_administrator** from [Demo Users](/refguide/demo-users/) and choose the **ForgotPasswordConfiguration** menu item.
106108
1. In the **Reset Password Email** tab, do the following:

0 commit comments

Comments
 (0)