You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/06/20 17:52:30 UTC

[13/15] git commit: [#7432] ticket:602 Add options examples to development.ini

[#7432] ticket:602 Add options examples to development.ini


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/95668cb1
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/95668cb1
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/95668cb1

Branch: refs/heads/master
Commit: 95668cb15539a093f73e1448af8ed11aa83e03e0
Parents: d67f68f
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Jun 17 11:43:33 2014 +0300
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri Jun 20 15:45:58 2014 +0000

----------------------------------------------------------------------
 Allura/development.ini | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/95668cb1/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index 4231737..2ca21dd 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -75,6 +75,10 @@ auth.method = local
 auth.min_password_len = 6
 auth.max_password_len = 30
 
+# password expiration options (disabled if neither is set)
+# auth.pwdexpire.days = 1
+# auth.pwdexpire.before = 1401949912  ; unix timestamp
+
 # if using LDAP, also run `pip install python-ldap` in your Allura environment
 
 auth.ldap.server = ldap://localhost