-
Notifications
You must be signed in to change notification settings - Fork 77
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.