Skip to content

Commit 4e6a022

Browse files
committed
Add Forgot Password Features and Limitations
1 parent 83c3f1e commit 4e6a022

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

content/en/docs/appstore/modules/forgot-password.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ The Forgot Password module has the following dependencies:
4242

4343
² Versions of the Forgot Password module below 4.1.0 (for Mendix 8) and 5.1.0 (for Mendix 9 and above), and those for Mendix 7 (3.xx) have a dependency on the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. We recommend that if you are using Mendix 8 and above, you upgrade to a later version using the instructions in [Migrate from Email Module with Templates to Email Connector](#migrate-email), below.
4444

45+
### 1.2 Features and Limitations
46+
47+
* Allows end-users to reset the password stored locally in your app.
48+
* Allows end-users to signup for your app. This validates that the end-user has access to the email address they enter by sending a password reset email.
49+
* Supports email aliases, in other words, the from address in email templates can be different from the SMTP account used to send the email.
50+
* Supports multi-language email templates for sending password reset emails.
51+
4552
## 2 Installing the Forgot Password Module{#installing}
4653

4754
{{% alert color="info" %}}

0 commit comments

Comments
 (0)