Skip to content

Applying patch to enable password change from django admin - #335

Merged
cocococosti merged 1 commit into
ednx/ironwood+edunextfrom
coa/patch-change-pass-from-admin
Oct 7, 2019
Merged

Applying patch to enable password change from django admin#335
cocococosti merged 1 commit into
ednx/ironwood+edunextfrom
coa/patch-change-pass-from-admin

Conversation

@cocococosti

@cocococosti cocococosti commented Oct 7, 2019

Copy link
Copy Markdown
Contributor

This PR applies a patch (from https://github.com/edx/edx-platform/pull/21616) to enable user password change from the django admin page with a feature setting.

Tested in dev and works OK.

@cocococosti
cocococosti force-pushed the coa/patch-change-pass-from-admin branch from 0b8b37d to 7deba64 Compare October 7, 2019 20:21
@jfavellar90

Copy link
Copy Markdown
Member

LGTM @cocococosti

@cocococosti

Copy link
Copy Markdown
Contributor Author

Setting ENABLE_CHANGE_USER_PASSWORD_ADMIN directly in the microsite settings didn't work locally, it was taking a None value.

@morenol says it may be because the setting is initialized before the eox tenant signal.

It worked when I added the setting directly in lmv.env.json with a true value so it'll work if we add the setting directly in customer data, fyi @jfavellar90

@jfavellar90

Copy link
Copy Markdown
Member

@cocococosti this is not a tenant-aware feature flag. We activate it globally, reason why we must manage this via ansible

@cocococosti

Copy link
Copy Markdown
Contributor Author

ok, then I'll merge once the tests pass

@cocococosti
cocococosti merged commit 086f320 into ednx/ironwood+edunext Oct 7, 2019
@felipemontoya
felipemontoya deleted the coa/patch-change-pass-from-admin branch September 27, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants