]> Untitled Git - lemmy.git/commit
Dont use sha hash for password reset token (fixes #3491) (#3795)
authorNutomic <me@nutomic.com>
Wed, 2 Aug 2023 17:02:53 +0000 (19:02 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2023 17:02:53 +0000 (13:02 -0400)
commit2d0f77af590de70d228a1bdbaab0c937e596c090
treeac99dcb10768635a1639ad02d35a79fdadfa446f
parent27be1efb74d6761046999980561a343d06235674
Dont use sha hash for password reset token (fixes #3491) (#3795)
Cargo.lock
Cargo.toml
crates/api_common/src/utils.rs
crates/apub/Cargo.toml
crates/db_schema/Cargo.toml
crates/db_schema/src/impls/password_reset_request.rs
crates/db_schema/src/schema.rs
crates/db_schema/src/source/password_reset_request.rs
migrations/2023-08-02-144930_password-reset-token/down.sql [new file with mode: 0644]
migrations/2023-08-02-144930_password-reset-token/up.sql [new file with mode: 0644]