mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #6526] Password Generator Policy turned off in admin console but policy is still being enforced on all user accounts. #2459
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2459
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @techytj on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6526
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.34.3-f9751a0a
Deployment method
Other method
Custom deployment method
installed in proxmox via : bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/vaultwarden.sh)"
Reverse Proxy
nginx v2.13.5
Host/Server Operating System
Linux
Operating System Version
Debian V12
Clients
Desktop
Client Version
2025.11.02
Steps To Reproduce
Expected Result
If password generator policy is turned off expect user to be able choose password generation method on new password entries.
Actual Result
last chosen password generator policy method remains in effect when creating new password entries.
Logs
Screenshots or Videos
Additional Context
No response
@BlackDex commented on GitHub (Dec 4, 2025):
Did you do a full logout of the desktop app, and logged in again?
Does it happen on other clients also?
@techytj commented on GitHub (Dec 4, 2025):
Yes.. I did a full logout on desktop client.
This issue occurs on browser extension and webpage as well even after clearing cookies and cache.
Also restarted vaultwarden service.
@BlackDex commented on GitHub (Dec 4, 2025):
Thanks for the extra info!
@BlackDex commented on GitHub (Dec 20, 2025):
@techytj, I'm unable to reproduce this in any way, except if the client didn't synced first. Without a fresh sync it keeps the cached data and does not fetches the new policy settings.
So, either there are more organizations that the user you are trying it with which have that policy enabled, or something else strange is going on, but not something I'm able to reproduce with the steps you provided.
@techytj commented on GitHub (Dec 21, 2025):
You were correct.. I had different password generator policy settings for different organizations whch is what my problem was.
Apologies for wasting your time. Appreciate your looking into this and pointing out the error of my ways.