Skip to content

Add an admin function to remove spam #2762

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

Closed
agjohnson opened this issue Mar 30, 2017 · 1 comment
Closed

Add an admin function to remove spam #2762

agjohnson opened this issue Mar 30, 2017 · 1 comment
Labels
Good First Issue Good for new contributors Improvement Minor improvement to code

Comments

@agjohnson
Copy link
Contributor

We could use an admin function that performs a series of operations on a project:

  • Update the UserProfile to set the banned flag
  • Delete the Project being flagged

Perhaps also a separate admin function: delete any project owner by a user that is flagged as banned.

@agjohnson agjohnson added Improvement Minor improvement to code Good First Issue Good for new contributors labels Mar 30, 2017
@krsion
Copy link

krsion commented Apr 29, 2017

So it will remove projects from database?

agjohnson added a commit that referenced this issue Sep 28, 2017
This adds actions for:

* Mark project owner as banned
* Remove project and files on web server

Closes #2762
agjohnson added a commit that referenced this issue Sep 28, 2017
This adds actions for:

* Mark project owner as banned
* Remove project and files on web server

Closes #2762
agjohnson added a commit that referenced this issue Oct 5, 2017
* 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
ericholscher pushed a commit that referenced this issue Oct 9, 2017
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good for new contributors Improvement Minor improvement to code
Projects
None yet
Development

No branches or pull requests

2 participants