You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverting 1916fdd to re-enable persisting mutation of the user object
Find a way to make the password changeable/non-changeable per email tenant in the webapp. Currently we're using the SECURITY_CHANGEABLE flag to show/hide the password change link via a context variable. This will have to be adapted from a global flag to a flag based on the logged-in user's email domain.
Update the webapp Dockerfile as appropriate for the new webapp configuration changes.
The text was updated successfully, but these errors were encountered:
This will require:
Reverting 1916fdd to re-enable persisting mutation of the user object
Find a way to make the password changeable/non-changeable per email tenant in the webapp. Currently we're using the SECURITY_CHANGEABLE flag to show/hide the password change link via a context variable. This will have to be adapted from a global flag to a flag based on the logged-in user's email domain.
Update the webapp Dockerfile as appropriate for the new webapp configuration changes.
The text was updated successfully, but these errors were encountered: