nextcloud / nextcloud/registration
Toggle Registration Button
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 147
- Forks
- 83
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 9
Description
Nextcloud Version:
31.0.2
Request Description:
In my use case, I like the Registration app a lot, but I want to send a registration link to people directly, not have the link publicly available for anyone to click.
Requested Solution:
The ability to simply toggle the Register button on the login screen off and on, and the ability to view the invitation link in the Registration app administration settings. I believe these features to have some level of versatility for several use cases other than my own.
Considered Alternatives:
I have already removed the Register button from my own login screen using the Custom CSS app with the following code. But not everybody knows CSS, and a simple toggle would be more ideal.
a[href*="apps/registration"] { display: none !important; }
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
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
The request names the login screen and the Registration app administration settings, but no files or tests. Trace how the Register button and invitation link are exposed in those entry points, then verify that the button can be toggled and the invitation link can be viewed from administration settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100