Overview
This module allows the endusers of your app to sign-up or reset their password without administrator involvement. It allows you to build, deploy and use your Mendix app in a ‘stand-alone’ mode, without doing SSO integration with any existing ( IAM ) infrastructure such as Azure AD. If you do want your endusers to have Single Sign-On based on username and password they already have, you can consider using SAML or OIDC SSO module instead.
Note: GitHub link referred is no more supported and should not be used.
Documentation
Please see Forgot Password in the Mendix documentation for details.
Please follow the below version compatibility guidance:
# v.3.7.3 version for Mx7 apps
# v.4.1.3 version for Mx8 apps
# v.5.5.0 version for Mx9 apps
# v.6.0.0 version for Mx10 apps
Releases
Version: 6.0.0
Framework Version: 10.6.0
Release Notes: This version contains the following fixes/improvements/enhancements:
- Supports MicroflowURLs
Version: 5.5.0
Framework Version: 9.24.2
Release Notes: This version contains the following fixes/improvements/enhancements:
- Fixed Mendix 10 compatibility issue
Version: 5.4.1
Framework Version: 9.24.2
Release Notes: This version contains the following fixes/improvements:
- Increased ForgotPasswordURL length
Version: 5.4.0
Framework Version: 9.24.2
Release Notes: This version contains the following fixes/improvements:
- Supports usage of email aliases, i.e. the fromAddress in email templates can be different from the SMTP account
- Fixed security vulnerability (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)
Version: 5.3.1
Framework Version: 9.24.2
Release Notes: This version contains the following fixes/improvements/enhancements:
- Fixed SMTP settings page layout issue
Version: 5.3.0
Framework Version: 9.24.2
Release Notes: This version contains the following fixes/improvements/enhancements:
- Supports Multi-Language email templates for password reset
Version: 5.2.0
Framework Version: 9.22.0
Release Notes: This version contains the following fixes/improvements/enhancements:
- Upgraded to Mendix Studio Pro v9.22.0
Version: 5.1.1
Framework Version: 9.12.7
Release Notes: This version contains the following fixes/improvements:
-Fixed security vulnerability (5.3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)
Version: 5.1.0
Framework Version: 9.12.7
Release Notes: This version contains the following fixes/improvements:
- GUIDs are stored in the database as an encrypted(Ticket #116494)
- Replaced "Email Module with Templates" with "Email connector"(Ticket #169522,Ticket #169643,Ticket #170709,Ticket #169160)
- Fixed issue related to cookies in Mendix studio pro-9.20(Ticket #174456,Ticket #173282)
- Changed License to MIT
Version: 5.0.0
Framework Version: 9.12.7
Release Notes: This version contains the following fixes/improvements:
- Fixed issues related to Deep Link module. Now, Forgot Password Module is compatible with latest Deep Link module from Marketplace(Ticket #149147, Ticket #152032)
- Added Dutch translations(Ticket #120161)
- URLs are stored in the database as an encrypted (Ticket #116494)