[PR #728] [MERGED] Add the ability to disable signups, but allow signups from a whitelist #7736

Closed
opened 2026-04-16 12:04:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: signups_domains_whitelist


📝 Commits (1)

  • 64d6f72 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/728 **Author:** [@tomuta](https://github.com/tomuta) **Created:** 11/16/2019 **Status:** ✅ Merged **Merged:** 11/16/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `signups_domains_whitelist` --- ### 📝 Commits (1) - [`64d6f72`](https://github.com/dani-garcia/vaultwarden/commit/64d6f72e6c71dec7cbcb5992f31473c416d0678e) Add the ability to disable signups, but allow signups from a whitelist ### 📊 Changes **3 files changed** (+21 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+8 -0) 📝 `src/api/core/accounts.rs` (+1 -1) 📝 `src/config.rs` (+12 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 12:04:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7736