summaryrefslogtreecommitdiff
path: root/config.ini.template
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-14 14:23:41 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-14 14:23:41 +1100
commitacd3f6f37de42e55093884ac31d2e477d7c9c819 (patch)
tree730a05c6ecee625425b7842286990973a9128756 /config.ini.template
parentf376646bdb82142840fa7cedbe846fbed736a011 (diff)
downloaddecorator-acd3f6f37de42e55093884ac31d2e477d7c9c819.tar.gz
improved password reset with no emailing of passwords
Diffstat (limited to 'config.ini.template')
-rw-r--r--config.ini.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.ini.template b/config.ini.template
index e1e990f..7cbee0b 100644
--- a/config.ini.template
+++ b/config.ini.template
@@ -23,6 +23,9 @@ debug_mode = yes
cheesecake_password = secret
key_dir = .
simple_sign_script = /serversig
+; this is the secret used to sign password reset efforts - keep it secret!
+; ''.join(random.choice(string.letters + string.digits) for n in range(64))
+reset_secret = secret
[passlib]
; The first listed schemed will automatically be the default, see passlib