With an internet exposed instance I don't want new users to singup so DISABLE_SIGNUPS=true allows me to enforce this behaviour.
However, I would like to give access to the instance to family and friends. As of now the stack needs to be rebooted with DISABLE_SIGNUPS=false, register the new users and then reboot again to disable new singups.
Describe the benefits this would bring to existing Hoarder users
Simplify new users registration allowing the admin to manually enter their infos, afterwards the user can change its password.
Can the goal of this request already be achieved via other means?
Not that I know.
Have you searched for an existing open/closed issue?
[X] I have searched for existing issues and none cover my fundamental request
Describe the feature you'd like
With an internet exposed instance I don't want new users to singup so
DISABLE_SIGNUPS=true
allows me to enforce this behaviour.However, I would like to give access to the instance to family and friends. As of now the stack needs to be rebooted with
DISABLE_SIGNUPS=false
, register the new users and then reboot again to disable new singups.Describe the benefits this would bring to existing Hoarder users
Simplify new users registration allowing the admin to manually enter their infos, afterwards the user can change its password.
Can the goal of this request already be achieved via other means?
Not that I know.
Have you searched for an existing open/closed issue?
Additional context
No response