immense / Remotely

A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
GNU General Public License v3.0
4.48k stars 1.61k forks source link

How to disable self registration, resend email confirmtation, forgot password? #627

Open rucksman opened 1 year ago

rucksman commented 1 year ago

Is it possible to disable/remove all the options on the login screen after having registered the first user? I have not found a way to disable:

from the login screen (my.remotely-domain.tld/Identity/Account/Login).

bmcgonag commented 1 year ago

If you disable registration inside the settings, then that link doesn't do anything but tell you registration is disabled. I find value in the forgot password and resend email confirmation, but I can see why you might simply not want those to show. Is there an alternative solution for the forgot password issues a user might face from your perspective?

rucksman commented 1 year ago

but I can see why you might simply not want those to show

Every link that has not a useful function for me and is therefore not shown is a link less that potentially could cause security issues or annoyance by script kiddies or bots. I personally do not need the forgot password function. So this is true for my personal use case and maybe different for other people, but if there would be an option to disable self registration, resend email confirmation and forgot password, it would be great.