mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-30 09:06:49 -05:00
[PR #728] [MERGED] Add the ability to disable signups, but allow signups from a whitelist #2659
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/728
Author: @tomuta
Created: 11/16/2019
Status: ✅ Merged
Merged: 11/16/2019
Merged by: @dani-garcia
Base:
master← Head:signups_domains_whitelist📝 Commits (1)
64d6f72Add the ability to disable signups, but allow signups from a whitelist📊 Changes
3 files changed (+21 additions, -1 deletions)
View changed files
📝
.env.template(+8 -0)📝
src/api/core/accounts.rs(+1 -1)📝
src/config.rs(+12 -0)📄 Description
This feature can be enabled by setting SIGNUPS_ALLOWED=false and
providing a comma-separated list of whitelisted domains in
SIGNUPS_DOMAINS_WHITELIST.
Fixes #727
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.