mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
User cannot modify a password #1496
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 @G-eos on GitHub (Feb 2, 2023).
Subject of the issue
One of the user cannot modify a password already recorded in its own vault. Either through plugin to browser or directly on the web interface.
Logs: say:
[2023-02-02 13:57:15.887][vaultwarden::api::core::ciphers][ERROR] Due to an Enterprise Policy, you are restricted from saving items to your personal vault.
This is probably a configuration issue, but I cannot figure where :-(
Deployment environment
Your environment (Generated via diagnostics page)
Steps to reproduce
connect to web interface, select an item. Try to change password.
Expected behaviour
Change password
Actual behaviour
Raise error: Due to an Enterprise Policy, you are restricted from saving items to your personal vault.
Troubleshooting data
[2023-02-02 13:57:15.887][vaultwarden::api::core::ciphers][ERROR] Due to an Enterprise Policy, you are restricted from saving items to your personal vault.
Thanks !
@tessus commented on GitHub (Feb 2, 2023):
This is not a bug.
The admin of the organization which that user joined set the following org policy:
This means that all users that join this org cannot have a personal vault. I am not sure, but I think it shows somewhere which policies are set.
IMO, the policies should be listed when a user is invited to an org. I am not sure if this is done. If not, maybe you can request this feature at the Bitwarden forum.
I am not sure if this project implements features which are not in the upstream project.
P.S.: I am not sure if "upstream" is the right term in this case. I meant the official Bitwarden server.