You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice if there was some way to disable the /account/delete/ URL/functionality. In my case it can lead to data discrepancies if a user decides to delete their account.
Please note that the solution offered in #279 doesn't work (at least not for users wanting to delete their own account). I have ACCOUNT_OPEN_SIGNUP = False, but users can still delete their own accounts by visiting the /account/delete/ URL.
The text was updated successfully, but these errors were encountered:
I think it would be nice if there was some way to disable the
/account/delete/
URL/functionality. In my case it can lead to data discrepancies if a user decides to delete their account.Please note that the solution offered in #279 doesn't work (at least not for users wanting to delete their own account). I have
ACCOUNT_OPEN_SIGNUP = False
, but users can still delete their own accounts by visiting the/account/delete/
URL.The text was updated successfully, but these errors were encountered: