mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-18 08:45:24 +00:00
Implemented key rotation with the latest vault
This commit is contained in:
parent
f1acc1e05a
commit
f71f10eac6
4 changed files with 100 additions and 27 deletions
|
@ -97,7 +97,6 @@ impl User {
|
|||
self.password_hash = crypto::hash_password(password.as_bytes(),
|
||||
&self.salt,
|
||||
self.password_iterations as u32);
|
||||
self.reset_security_stamp();
|
||||
}
|
||||
|
||||
pub fn reset_security_stamp(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue