-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update web-vault to v2025.2.1 #190
base: master
Are you sure you want to change the base?
Conversation
I think @dani-garcia was working on that via dani-garcia/vaultwarden#5215 |
v2025.2.0 is available ;-) |
As far as I've looked into the changes they don't seem to warrant an update for me. (I mean, I will probably do it eventually, but I don't think that we have to rush it in this case...) |
@stefan0xC should we wait for the 2025.2.1 patch? Or should we just merge this one as-is? |
Doesn't this PR require dani-garcia/vaultwarden#5215 to be merged first? Ah, I guess there won't be release until the server PR will have been merged. |
Well, I'd rather test the latest version, unless there are a lot of other changes to be done first. Checking the PR 5215 with the latest is then probably better to do. |
There are a few further changes at least one of which that would require a change in the backend (to turn new device verification off) but I have not looked further into it. |
It looks like that since new web-v2025.2.1 email confirmation will be the only way to create an account. |
As far as I've tested the PR mentioned in #190 (comment) the registration will work just fine when mail is not configured or |
New web-vault release: web-v2025.1.2
I've re-enabled the calling of the collection-managment endpoint (and also the environment-selector is not patched out anymore).
There's a new endpoint needed for email verification on signup:
/identity/accounts/register/send-verification-email
I have not looked much into it so I'm not sure if we can implement this in a way so that Vaultwarden will be usable without enabling mails. Does a self-hosted Bitwarden server require that?