-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Admin users list usability, buttons to delete users #417
Admin users list usability, buttons to delete users #417
Conversation
a1b4a4f
to
af29287
Compare
Then we should make sure we do block the operation whenever there's any other object in the database that refers to this user (mod, mod list, mod pack, following). Setting all those |
I was hoping that we could finish up #316 and rely on the db to do that stuff for us, separate from the frontend-y stuff in this PR. Is that possible? |
Oh okay, I thought you wanted to merge this PR independently of/before #316, because it isn't mentioned anywhere in the description that it depends on it. |
7164a26
to
f1cf3a4
Compare
f1cf3a4
to
6af46f9
Compare
Motivation
See #413; the admin user list has several annoying layout quirks and doesn't allow the main operation I want to do there: deleting spam users.
Changes
Note that since this is intended for nuisance users who aren't really users of the site, it does not do anything to clean up mods created by the user. It just deletes the user.
6em
Depends on #316
Fixes #413.