mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[GH-ISSUE #6831] "Create account" link visible after setting SIGNUPS_ALLOWED=false #15338
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 @raulk89 on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6831
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
v1.35.3
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
apache 2.4.58
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04.4 LTS
Clients
Web Vault
Client Version
Google Chrome Version 144.0.7559.133 (Official Build) (64-bit), and also Edge Version 144.0.3719.115 (Official build) (64-bit)
Steps To Reproduce
In .env file, I have set SIGNUPS_ALLOWED=false, and in compose.yaml file I set:
When I create the container, I see this, so it shows to me, that
-e=SIGNUPS_ALLOWED=falseHowever, when I click onto to this link, add email and name, I do get the error from UI (so the parameter is in fact working):
And from logs (debug mode set), I get:
But I am thinking, shouldn't this link be hidden when signups are not allowed ?
At least, I think it should. Why I think this, is the fact that.
Well, I have "Docker desktop" running also in my windows PC, and with WSL (Windows Subsystem for Linux), I have installed ubuntu 24.04 there. And I have the same setup there. And when I disable the signups
-e=SIGNUPS_ALLOWED=false, and create the container, then this "Create account" URL is hidden from the admin page.From my windows PC, only difference is, I access it via
http://localhost:8080/#/loginExpected Result
I would think the expected result is, that when
-e=SIGNUPS_ALLOWED=false, then it hides the "Create account" link.Actual Result
But for me the "Create account" link still shows here.

Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Feb 15, 2026):
Cf. https://github.com/dani-garcia/vaultwarden/issues/6604#issuecomment-3790023684