-
Notifications
You must be signed in to change notification settings - Fork 356
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
Delete Account fails #285
Comments
Looks like I've identified (but not fixed) the account delete problem, it is referenced here: "This change brings the previously defined functions in the callbacks.py module into line with the hooksets convention we’ve been using for awhile now. It does mean that if you have functions defined in your site for the following settings: ACCOUNT_DELETION_MARK_CALLBACK or ACCOUNT_DELETION_EXPUNGE_CALLBACK you will need to migrate those functions to a hookset implementation if you don’t already have one to add to." Still not sure what the solution is though or why this isn't working. I'm on latest Django and latest Pinax-stripe |
Seems like a straightforward bug. A good PR for this requires:
|
Issue Summary
While logged in, trying to delete account results in a django error page.
Debug
Account delete error:
The text was updated successfully, but these errors were encountered: