Vaultwarden 1.37.2 cannot change password "An Error occured"

Users signed up and after that got the invitation to join our Organization.

They tried to login (via de web), were prompted to change their password to comply to organization guidelines on login - but that throws “An Error occurred”.

This also happens on existing users.

Ah, I now see this is a known issue and fixed in Fix password change with newer web-vault by BlackDex · Pull Request #7634 · dani-garcia/vaultwarden · GitHub

So waiting for the docker 1.37.3 ?

Not deeply knowledge of patching but is it possible to inject/patch #7634 (which is a file accounts.rs in /src/api/core) somewhere?

It’s possible but you would have to recompile the binary / recreate the container image with the patch. So it’s easier to just use the testing image if you want this bug fix earlier.

Thanks. Normally we use: docker-compose pull
So how do we pull the test image?

change the image in the “docker-compose.yml” from latest to testing.