Password: Add password module
Replaces Pbkdf2.
This commit is contained in:
parent
f917285b72
commit
c7cd9bd591
3 changed files with 91 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue