nextcloud / nextcloud/passman

Implement Nextcloud hooks

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

Nobody has claimed this yet.

Feature request
Dominant language
JavaScript
Stars
823
Forks
117
Avg merge
1d 21h
Merged PRs (30d)
8

Description

This so #295 can be solved.
Currently Passman doesn't clean up after when a user is deleted.
We should make use of the Nextcloud hooks.

Imo would best to use the postDelete hook from UserManager.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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.

Research direction

Start by reading issue #295 and the linked Nextcloud hooks documentation, especially the UserManager postDelete hook. Trace how Passman stores data for users and identify the cleanup expected when a user is deleted. Done means the hook is registered and deleted-user data is cleaned up without affecting other users.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.