Password: Add password module

Replaces Pbkdf2.
This commit is contained in:
lain 2021-01-13 15:09:01 +01:00
commit c7cd9bd591
3 changed files with 91 additions and 1 deletions

View file

@ -53,7 +53,7 @@ config :pleroma, Pleroma.Repo,
config :pleroma, :dangerzone, override_repo_pool_size: true
# Reduce hash rounds for testing
config :pbkdf2_elixir, rounds: 1
config :pleroma, :password, iterations: 1
config :tesla, adapter: Tesla.Mock