1
Make `suppressOnboardingInterstitials` configurable
Source: dani-garcia/vaultwarden#7510 · opened by @skaheide
GET /api/config currently returns a hardcoded value: // src/api/core/mod.rs, fn config() "settings": { "disableUserRegistration": CONFIG.is_signup_disabled(), "suppressOnboardingInterstitials": false }, Upstream Bitwarden treats this as a regular admin setting, right next to the one Vaultwarden already wires up: // bitwarden/server, src/Core/Settings/GlobalSettings.cs public virtual bool DisableUserRegistration { get; set; } public virtual bool SuppressOnboardingInterstitials { get; set; } Both are passed through side by side in ConfigResponseModel.cs, so the pair is symmetric upstream — only one half is configurable here. Per the comment in Vaultwarden's own source, enabling it suppresses post-login welcome dialogs, extension install prompts, setup-extension redirects and premium upsell modals. On a small self-hosted instance where everyone is onboarded by hand, those prompts are pure…
No pledges yet. Be the first to back this.
Comments
Similar requests
Feature Request: Map OIDC group claims to Collections (post-authentication)
9 votes · 0 comments
Customizable "send" URL
11 votes · 0 comments
Make send size limit configurable
3 votes · 0 comments
Feature Request: Support login_hint Parameter for SSO OAuth Authorization Requests
3 votes · 0 comments
Feature: Configurable default KDF type for new user registrations
1 vote · 0 comments
No comments yet.