mitodl / mitxpro

BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Retire users in xPRO & in open edX #1732

Open odlbot opened 4 years ago

odlbot commented 4 years ago

As a user, I'd like to request that my account be deleted.

As an admin, I'd like a simple management command that will retire the users account. The current management command retires the account in xPRO but not in open edX

┆Attachments: #1220 Enable User Retirement in open edX | #1093 management command to retire users' accounts | Open edX Discuss thread on retirement pipeline | edX Jenkins jobs (look for jobs that start with "Retirement")

pdpinch commented 4 years ago

This is the API for retiring users in open edX (Ironwood): https://github.com/edx/edx-platform/blob/open-release/ironwood.master/openedx/core/djangoapps/user_api/accounts/views.py#L854