summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2021-01-14 15:06:16 +0100
committerLain Soykaf <lain@lain.com>2021-01-14 15:06:16 +0100
commit39f3683a06aea3d6aed85c611b0db0f6ea21052a (patch)
tree51277de69d6a9fe99a664c9d47f2e41bbb670611 /benchmarks
parent87a31c5c9b903517ec0317d2a331be36f2ea5051 (diff)
Pbkdf2: Use it everywhere.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/load_testing/users.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/load_testing/users.ex b/benchmarks/load_testing/users.ex
index 1815490a4..0a33cbfdb 100644
--- a/benchmarks/load_testing/users.ex
+++ b/benchmarks/load_testing/users.ex
@@ -55,7 +55,7 @@ defmodule Pleroma.LoadTesting.Users do
name: "Test ใƒ†ใ‚นใƒˆ User #{i}",
email: "user#{i}@example.com",
nickname: "nick#{i}",
- password_hash: Pleroma.Password.hash_pwd_salt("test"),
+ password_hash: Pleroma.Password.Pbkdf2.hash_pwd_salt("test"),
bio: "Tester Number #{i}",
local: !remote
}