mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #3210] [MERGED] add argon2 kdf fields #3242
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3210
Author: @tessus
Created: 2/1/2023
Status: ✅ Merged
Merged: 2/12/2023
Merged by: @dani-garcia
Base:
main← Head:feature/kdf-options📝 Commits (2)
68bcc7aadd argon2 kdf fields5bcee24Merge branch 'main' into feature/kdf-options📊 Changes
16 files changed (+131 additions, -25 deletions)
View changed files
➕
migrations/mysql/2023-01-31-222222_add_argon2/down.sql(+0 -0)➕
migrations/mysql/2023-01-31-222222_add_argon2/up.sql(+7 -0)➕
migrations/postgresql/2023-01-31-222222_add_argon2/down.sql(+0 -0)➕
migrations/postgresql/2023-01-31-222222_add_argon2/up.sql(+7 -0)➕
migrations/sqlite/2023-01-31-222222_add_argon2/down.sql(+0 -0)➕
migrations/sqlite/2023-01-31-222222_add_argon2/up.sql(+7 -0)📝
src/api/core/accounts.rs(+46 -11)📝
src/api/core/emergency_access.rs(+16 -6)📝
src/api/identity.rs(+29 -4)📝
src/db/models/mod.rs(+1 -1)📝
src/db/models/user.rs(+10 -1)📝
src/db/schemas/mysql/schema.rs(+2 -0)📝
src/db/schemas/postgresql/schema.rs(+2 -0)📝
src/db/schemas/sqlite/schema.rs(+2 -0)📝
src/main.rs(+1 -1)📝
src/util.rs(+1 -1)📄 Description
Changes:
UserKdfTypeTest plan:
Previous text (for reference)
This is still a work in progess. The following items have to be clarified first:
During compilation I get an error:
However in the code it says:
So, what now?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.