mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-26 11:55:50 -05:00
[PR #3632] [MERGED] fix missing password check while manual reset password enrollment #26881
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3632
Author: @sirux88
Created: 7/2/2023
Status: ✅ Merged
Merged: 7/4/2023
Merged by: @dani-garcia
Base:
main← Head:fix-reset-password-check-issue📝 Commits (2)
9876aedadded password check for manual resetfb6f441fixed unnecessary variable usage📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
src/api/core/organizations.rs(+12 -0)📄 Description
While enrolling reset password as user the web interface forces to type the password to authenticate oneself.
In its current state the backend doesn't check the password. Therefore a random passord can be used for authentification.
This PR solves this issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.