summaryrefslogtreecommitdiff
path: root/config.ini.template
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-02-12 03:36:06 -0500
committerDonald Stufft <donald@stufft.io>2013-02-12 03:36:06 -0500
commit41362f694af6851b1f3428ba38ebc495e60cad73 (patch)
treec10119bd7343ff498df9996420c009ade99464de /config.ini.template
parent622d5b0defc2c08e58a5544c0423cc7d98538cf3 (diff)
downloaddecorator-41362f694af6851b1f3428ba38ebc495e60cad73.tar.gz
Include a migration path for moving legacy users to a stronger hash
* Includes a method for hashing the sha1 passwords with bcrypt to increase their security * bcrypt_sha1 will upgrade to standard bcrypt as per usual with passlib * Provides a script that migrates 20 users at a time to bcrypt_sha1 Migration script was modified from one written by Giovanni Bajo
Diffstat (limited to 'config.ini.template')
-rw-r--r--config.ini.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ini.template b/config.ini.template
index 93d42ed..44189f2 100644
--- a/config.ini.template
+++ b/config.ini.template
@@ -27,7 +27,7 @@ simple_sign_script = /serversig
[passlib]
; The first listed schemed will automatically be the default, see passlib
; documentation for a full list of options.
-schemes = bcrypt, hex_sha1
+schemes = bcrypt, bcrypt_sha1, hex_sha1
[logging]
file =