LearningCircuit / LearningCircuit/local-deep-research
Provide functionality to delete a user
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.1k
- Forks
- 824
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 290
Description
So I set up ldr a while ago and created a user.
Yesterday, I revisited ldr and updated it. Apparently, some security practice around password management has changed and I see a recommendation in the logs to create a new user because that user will have a more secure password.
That is all good and well. But how do I delete the old account(s) (because I would like to use the same account name(s). Is there some sort of admin panel I haven't found yet?
Originally posted by @gitwittidbit in https://github.com/LearningCircuit/local-deep-research/discussions/2443
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the existing user creation, password-management, and account persistence entry points, then determine the expected behavior for deleting an old account and reusing its name. Done means an administrator or supported user flow can safely delete an account without leaving the name unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100