Skip to content
Snippets Groups Projects
Commit ee9415a7 authored by Sadie Powell's avatar Sadie Powell
Browse files

Enable bcrypt by default.

parent 4afac471
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# bcrypt module: Allows other modules to generate bcrypt hashes, # bcrypt module: Allows other modules to generate bcrypt hashes,
# usually for cryptographic uses and security. # usually for cryptographic uses and security.
#<module name="bcrypt"> <module name="bcrypt">
# #
# rounds: Defines how many rounds the bcrypt function will run when # rounds: Defines how many rounds the bcrypt function will run when
# generating new hashes. # generating new hashes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment