nodeSolidServer / nodeSolidServer/node-solid-server
Disable account creation if user exists in single-user mode
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
If config has multiuser.false and there is already a user, disable (4xx) /api/accounts/new , /register etc.
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
Trace the single-user configuration path for multiuser.false and the account-creation entry points named in the issue: /api/accounts/new and /register. Verify behavior when a user already exists, then cover each relevant endpoint so it returns a 4xx response while creation remains available when no user exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100