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
* Add some basic spam removal features to admin
This adds actions for:
* Mark project owner as banned
* Remove project and files on web server
Closes#2762
* Remove unused attempt at using utils
* Add docs on admin removal
* Add some basic spam removal features to admin
This adds actions for:
* Mark project owner as banned
* Remove project and files on web server
Closes#2762
* Remove unused attempt at using utils
* Add docs on admin removal
We could use an admin function that performs a series of operations on a project:
UserProfile
to set thebanned
flagProject
being flaggedPerhaps also a separate admin function: delete any project owner by a user that is flagged as banned.
The text was updated successfully, but these errors were encountered: