nextcloud / nextcloud/user_migration
Create specified uid on import
Open
Nobody has claimed this yet.
1. to develop
enhancement
UX
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 10
- Avg merge
- 6h 5m
- Merged PRs (30d)
- 12
Description
From the CLI a user can:
- Import over an existing user
- Import and create a new user with the uid contained in the export
A user should be able to import and create a new user with the uid passed via the CLI
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
Start by tracing the CLI import path and inspect how imports currently handle an existing user versus creating a new one. Add support for passing a UID through the CLI when creating a user, and verify that the created user receives that UID without changing the existing import cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100