Forgot Password: disable anonymous users#10997
Open
Karuna-Mendix wants to merge 5 commits intodevelopmentfrom
Open
Forgot Password: disable anonymous users#10997Karuna-Mendix wants to merge 5 commits intodevelopmentfrom
Karuna-Mendix wants to merge 5 commits intodevelopmentfrom
Conversation
JaapF
reviewed
Apr 14, 2026
JaapF
reviewed
Apr 14, 2026
|
|
||
| Starting from version 6.5.0 of the module, you can disable anonymous users. Additionally, check whether `Anonymous` user role can be removed from the app. If your application does not require anonymous access, removing the role is recommended as a security best practice. | ||
|
|
||
| To disable anonymous users, set the `EnableAnonymousUserRole` constant to *False* in the module. By default this value is set to *True*. Once the constant value is set to *False*, end users can access the login flow via the `https://<your-app-url>/forgotpassword/v1/login` URL. When accessing the URL, users are automatically redirected to a login page where they can sign in, sign up, or reset their password. |
There was a problem hiding this comment.
I think we had agreed to put the default to FALSE.
It breaks backward comptability but enforces customers to make a deliberate decision.
JaapF
reviewed
Apr 14, 2026
JaapF
reviewed
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
6.5.0