Password: Replace Pbkdf2 with Password.
authorlain <lain@soykaf.club>
Wed, 13 Jan 2021 14:11:11 +0000 (15:11 +0100)
committerlain <lain@soykaf.club>
Wed, 13 Jan 2021 14:11:11 +0000 (15:11 +0100)
commit9106048c6191b4b16037980655514d9b5e430023
treefc89dea9a11a394878eba8804dce990d0903a85c
parentc7cd9bd5911f8393fa758e329f8786913a5c321f
Password: Replace Pbkdf2 with Password.
18 files changed:
benchmarks/load_testing/users.ex
lib/pleroma/mfa.ex
lib/pleroma/user.ex
lib/pleroma/web/plugs/authentication_plug.ex
mix.exs
test/pleroma/mfa_test.exs
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