-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Disable Account Deletion #32846
Comments
Hi @abdullahwaheed, I would like to contribute to this feature. |
kiran1415
added a commit
to kiran1415/edx-platform
that referenced
this issue
Aug 18, 2023
kiran1415
added a commit
to kiran1415/edx-platform
that referenced
this issue
Aug 24, 2023
jsnwesson
pushed a commit
that referenced
this issue
Dec 4, 2023
…3062) --------- Co-authored-by: Edward Zarecor <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the legacy account view from edx-platform, it was possible to remove the possibility of account deletion by defining the ENABLE_ACCOUNT_DELETION feature flag. With new account MFE, this feature isn't implemented. We have a PR to add this functionality in account MFE, but we need to add this feature in backend also.
This issue has been reported here
Forum discussion here Solving the issue for disable account deletion in the Account MFE
Source:
https://edx.readthedocs.io/projects/edx-platform-technical/en/latest/featuretoggles.html#featuretoggle-FEATURES%5B'ENABLE_ACCOUNT_DELETION'%5D
edx-platform/openedx/core/djangoapps/user_api/accounts/settings_views.py
Line 142 in 20de3c7
The text was updated successfully, but these errors were encountered: