Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Allow bulk removal of unconfirmed accounts from manage.py

Open
#362 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
cli, databases

Research direction

Start at the manage.py entry point and inspect existing management commands, then trace how unconfirmed accounts are currently identified and removed through the admin interface. Done means a scriptable command can bulk-remove those accounts safely, with behavior suitable for a scheduled cron job; no test file is named in the issue.

Written by the indexing model from the issue text.

Description

enhancement

Currently one has to manually purge unconfirmed accounts from the admin interface time to time in an effort to trim spam accounts from the database. An interface to do this from manage.py would allow us to script this to run as a cron job and reduce the manual effort.

Dominant language
Python
Stars
317
Forks
91
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getpatchwork/patchwork

All issues in getpatchwork/patchwork

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.