mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-06 04:18:52 +03:00
Implement KDF iterations change (Fixes #195)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE users
|
||||
ADD COLUMN
|
||||
client_kdf_type INTEGER NOT NULL DEFAULT 0; -- PBKDF2
|
||||
|
||||
ALTER TABLE users
|
||||
ADD COLUMN
|
||||
client_kdf_iter INTEGER NOT NULL DEFAULT 5000;
|
||||
Reference in New Issue
Block a user