Clarify Manageable Roles - #11753
Open
MarkvanMents wants to merge 6 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
MarkvanMents
marked this pull request as ready for review
August 19, 2026 09:43
atennapel
reviewed
Aug 20, 2026
|
|
||
| {{% alert color="warning" %}} | ||
| The effects of changes to user roles are not immediate. This means that your app might show outdated pages or incorrect data. For more information, please refer documentation about [persistent sessions](/refguide/clustered-mendix-runtime/#sessions-are-always-persistent). | ||
| The effects of changes to user roles are not immediately applied to end-users who are signed in to the app. End-users need to sign out and sign in again to pick up their new roles. This means that your app can show the wrong pages or data. For more information, refer to the documentation on [persistent sessions](/refguide/clustered-mendix-runtime/#sessions-are-always-persistent). |
Contributor
There was a problem hiding this comment.
End-users need to sign out and sign in again to pick up their new roles.
Or wait 30s (i.e. theSessionValidationTimeout). After 30s the session will be revalidated by fetching it from the database, which will have the updated roles.
Member
There was a problem hiding this comment.
I think we should be cautious in the wording. There are all kinds of places where the logged in users roles are cached and used to make decisions about for example what kind of interface elements to show or not in the web client.
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.
There is confusion about the way that manageable roles work, and there is also a major confusing change in the UX.
This PR aims to clarify how manageable roles work.