Run phx.gen.auth generator for creating users
This commit is contained in:
parent
0812ed5175
commit
c9b43ac9b1
37 changed files with 2476 additions and 0 deletions
config
|
@ -1,5 +1,8 @@
|
|||
use Mix.Config
|
||||
|
||||
# Only in tests, remove the complexity from the password hashing algorithm
|
||||
config :bcrypt_elixir, :log_rounds, 1
|
||||
|
||||
# Configure your database
|
||||
#
|
||||
# The MIX_TEST_PARTITION environment variable can be used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue