I want to remove the registration button in the homepage, and also change the default /index.php/apps/registration URL, since anyone that knows Nextcloud can easily access this URL.
I don’t want to hide the button via css, because it is useless. I want to make it stop rendering in the homepage. Any ideas? Thanks!
Did you even read my thread? I want to let selected users register, but I don’t want the default URL, since it is easy to discover, anyone that knows Nextcloud can easily type the URL and register.
Also I can’t enable 'admin approval 'because of the amount of users I have, it is not possible to manage all the accounts by hand every hour.
Yes, I read it. Please, next time when U want help avoid such a behavior people are here to help.
What U want is called “security through obscurity” and brings you false safety feeling.
You ether have to pre-register your users and give them opportunity to reset pass (search in Forum like bulk users import), or create white list of domains that users email could be connected to, both are possible with NC apps.
Or, try to do some rewerites in Apache/ngnix to change the path of registration URL: e.g. Standart URL brings you back to login page and URL… /pleaseRegisterMe goes to real registration.
To delete the registration button under the Homepage login/password fields,
1/ Connect with an admin account,
2/ go to Application menu,
3/ next find “registration”,
4/ Deactivate the function.