diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-12 18:18:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-12 18:18:20 -0400 |
commit | a098da747052eb8d9f612f78dece8ac027a72caa (patch) | |
tree | 04694504c79cc955cf81a719799d12bee3ac8810 /distrib | |
parent | f8288af5c6233172a5ae29ed11c46b31b4316931 (diff) | |
download | gitblit-a098da747052eb8d9f612f78dece8ac027a72caa.tar.gz gitblit-a098da747052eb8d9f612f78dece8ac027a72caa.zip |
Improvements to create/edit user.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 6bf33f13..bcbd3db4 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -37,6 +37,10 @@ realm.realmFile = users.properties # Valid values are plain, md5 or crypt (unix style). Default is md5.
realm.passwordStorage = md5
+# Minimum valid length for a plain text password.
+# Default value is 5. Absolute minimum is 4.
+realm.minPasswordLength = 5
+
#
# Git:Blit Web Settings
#
|