From afb0365e0715d532b78ef49368e3c0ed83cc8e24 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 7 Mar 2023 02:05:33 +0100 Subject: [PATCH] Update README.md --- examples/vaultwarden/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vaultwarden/README.md b/examples/vaultwarden/README.md index cac1bef..74e256e 100644 --- a/examples/vaultwarden/README.md +++ b/examples/vaultwarden/README.md @@ -5,4 +5,4 @@ # Notes -Disable open user registration after setting up your account. This can be done via the `/admin` web panel, if enabled, or by adjusting the `config.json` file. +Disable open user registration after setting up your account. This can be done via the `/admin` web panel, if enabled, or by adjusting the `config.json` file. Alternatively via environment variables. See documentation [here](https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users).