lokole icon indicating copy to clipboard operation
lokole copied to clipboard

Enable team.lokole.ca tenant to change passwords

Open c-w opened this issue 4 years ago • 0 comments

This will require:

  1. Reverting https://github.com/ascoderu/opwen-cloudserver/commit/1916fdd774245daa1ad9592b4c1d066e333ad579 to re-enable persisting mutation of the user object

  2. 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.

  3. Update the webapp Dockerfile as appropriate for the new webapp configuration changes.

c-w avatar Feb 09 '20 23:02 c-w