mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Allow user registration via admin panel #1146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fahadshery on GitHub (Oct 30, 2021).
Hi,
thank you for this great project!
I initially turned off the user registration. I wanted to create users via admin panel. However, if you turn off the user registration, you can't create users via admin section. I believe this should be allowed to manage your users and your own instance privately.
This instance will be exposed to the internet and I don't want users to be able to login or create accounts.thanks.
@BlackDex commented on GitHub (Oct 30, 2021):
That is not true. If you turn of user registration you can still create users via the admin interface.
@fahadshery commented on GitHub (Oct 30, 2021):
well this is weird. Pls see the image:

)
Here are the environment variables that I am setting:
@BlackDex commented on GitHub (Oct 30, 2021):
Just enter an mail in the invite box and press invite
@BlackDex commented on GitHub (Oct 30, 2021):
Though, you would need to enable invites though.
@fahadshery commented on GitHub (Oct 30, 2021):
ok retested and it worked. It is also not allowing signups via the main signup page which is great! I think the admin panel should be a little more descriptive to let the admin know that they can create new users via invite only and they can not create new users directly within the database.
even though the
INVITATIONS_ALLOWED=false. It is still inviting the users. I mean I was able to send invite email and the user registered via creating an account after receiving the invite email.@BlackDex commented on GitHub (Oct 30, 2021):
Well, if we would have created that it shouldn't work, then we would have removed that from the interface.