From 1d625491e162e36819c147e81d29d5a6fce8fc42 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:51:10 +0200 Subject: [PATCH] move info about the create account link to it's own section --- Disable-registration-of-new-users.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Disable-registration-of-new-users.md b/Disable-registration-of-new-users.md index 5ef4979..2737d81 100644 --- a/Disable-registration-of-new-users.md +++ b/Disable-registration-of-new-users.md @@ -8,8 +8,6 @@ docker run -d --name bitwarden \ vaultwarden/server:latest ``` -Note that when `SIGNUPS_ALLOWED=false` (and the `SIGNUPS_DOMAINS_WHITELIST` is empty) the `Create Account` link will be hidden in the web vault UI unless you have not [configured email](https://github.com/dani-garcia/vaultwarden/wiki/SMTP-Configuration) and allow invitations. If you don't want to have the link visible even in the latter case you can hide the link by using [Custom CSS](https://github.com/dani-garcia/vaultwarden/wiki/Customize-Vaultwarden-CSS). - ## Disabling organization invitations Even when `SIGNUPS_ALLOWED=false`, an existing user who is an organization owner or admin can still invite new users. If you want to disable this as well, see [[Disable invitations|disable-invitations]]. @@ -26,6 +24,10 @@ You can restrict registration to email addresses from certain domains by setting You may also want to set `SIGNUPS_VERIFY=true`, which would require email verification before a newly-registered user can successfully log in. This would prevent someone from registering with a fake email address that has the proper domain. +## Visibility of the Create account link + +When `SIGNUPS_ALLOWED=false` (and the `SIGNUPS_DOMAINS_WHITELIST` is empty) the `Create account` link will be hidden in the web vault UI unless you have not [configured email](https://github.com/dani-garcia/vaultwarden/wiki/SMTP-Configuration) and allow invitations (cf. [#6109](https://github.com/dani-garcia/vaultwarden/issues/6109)). If you don't want to have the link visible even in the latter case you can hide the link by using [Custom CSS](https://github.com/dani-garcia/vaultwarden/wiki/Customize-Vaultwarden-CSS). + ## Invitations via the admin page -The vaultwarden admin can invite anyone via the [[admin page|Enabling-admin-page]], regardless of any of the restrictions above. If SMTP is disabled, user should visit `https://example.com/#/register` and use the invited email to register. \ No newline at end of file +The vaultwarden admin can invite anyone via the [[admin page|Enabling-admin-page]], regardless of any of the restrictions above. If mail has been disabled and the link is not visible, invited users can still visit `https://vw.example.tld/#/signup` and use the email address that was invited to register their account. \ No newline at end of file