Hi everyone,
I installed Vaultwarden using Docker a few weeks back and everything works fine for the 2 admin users working on it.
Now I wish to deploy the app to the rest of my coworkers. So I created an organization, and tried to invite 2 more users in it. Everytime these 2 users refresh the web page, each one of their passwords (shared or not) disappears:
Before refresh :
After refresh :
When the users logout and re-login, the passwords are shown again.
The issue appears on Chrome and Firefox, I didn’t try on other browsers.
Sometimes, the passwords don’t disappear after a refresh (especially on Firefox), but they do most of the time.
The 2 admin users (that are in the same organization) don’t have the issue, so I tried giving one of the the new users the exact same permissions as one of the admin → The passwords still disappear after refresh.
When I remove the users of the organization, they don’t have the problem anymore, but when I reinvite them, the issue comes back.
No error in the docker logs or in the Chrome dev tools.
No issue on the web extension or the Windows app.
When I look in the dev tools when refreshing, the passwords seems to be sent by the server :
Does anyone have an idea on where the issue might come from?
Thanks in advance.