Skip to content

Commit

Permalink
Use bcrypt in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lavin committed Nov 18, 2015
1 parent 65a86af commit 5be3983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/catalog_after.cfg
Expand Up @@ -13,7 +13,10 @@ EOF

ifdef @UI
UserDB ui database access
UserDB ui crypt 1
UserDB ui bcrypt 1
UserDB ui promote 1
UserDB ui cost 13
UserDB ui bcrypt_pepper __BCRYPT_PEPPER__
UserDB ui time_field last_login
UserDB ui admin 1
UserDB default admin 0
Expand Down

0 comments on commit 5be3983

Please sign in to comment.