Pbkdf2: Use it everywhere.
authorLain Soykaf <lain@lain.com>
Thu, 14 Jan 2021 14:06:16 +0000 (15:06 +0100)
committerLain Soykaf <lain@lain.com>
Thu, 14 Jan 2021 14:06:16 +0000 (15:06 +0100)
commit39f3683a06aea3d6aed85c611b0db0f6ea21052a
tree51277de69d6a9fe99a664c9d47f2e41bbb670611
parent87a31c5c9b903517ec0317d2a331be36f2ea5051
Pbkdf2: Use it everywhere.
21 files changed:
benchmarks/load_testing/users.ex
lib/pleroma/mfa.ex
lib/pleroma/password.ex [deleted file]
lib/pleroma/password/pbkdf2.ex
lib/pleroma/user.ex
lib/pleroma/web/plugs/authentication_plug.ex
test/pleroma/mfa_test.exs
test/pleroma/password/pbkdf2_test.exs
test/pleroma/password_test.exs [deleted file]
test/pleroma/web/auth/basic_auth_test.exs
test/pleroma/web/auth/pleroma_authenticator_test.exs
test/pleroma/web/auth/totp_authenticator_test.exs
test/pleroma/web/mongoose_im_controller_test.exs
test/pleroma/web/o_auth/ldap_authorization_test.exs
test/pleroma/web/o_auth/mfa_controller_test.exs
test/pleroma/web/o_auth/o_auth_controller_test.exs
test/pleroma/web/plugs/authentication_plug_test.exs
test/pleroma/web/twitter_api/password_controller_test.exs
test/pleroma/web/twitter_api/util_controller_test.exs
test/support/builders/user_builder.ex
test/support/factory.ex