Does not delete the cyberpanel user when terminating account and can then not delete it after the fact as its orphaned.
Then "delete_user" function needs to be called at the end of the terminate_account account part this will need to be added by @jetchirag as not sure best way to do that
Does not delete the cyberpanel user when terminating account and can then not delete it after the fact as its orphaned.
Then "delete_user" function needs to be called at the end of the terminate_account account part this will need to be added by @jetchirag as not sure best way to do that
Reference: https://github.com/usmannasir/cyberpanel/blob/v2.0.3-dev/api/urls.py#L17
url(r'^submitUserDeletion$', views.submitUserDeletion, name='submitUserDeletion'),
https://github.com/usmannasir/cyberpanel/blob/37e7ef79deeb9181da857d93760d735867689003/api/views.py#L178Errors: