summaryrefslogtreecommitdiffstats
path: root/app/views/settings/_authentication.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/_authentication.rhtml')
-rw-r--r--app/views/settings/_authentication.rhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/_authentication.rhtml b/app/views/settings/_authentication.rhtml
index ec8a0be96..25d344da6 100644
--- a/app/views/settings/_authentication.rhtml
+++ b/app/views/settings/_authentication.rhtml
@@ -15,6 +15,9 @@
[l(:label_registration_automatic_activation), "3"]
], Setting.self_registration ) %></p>
+<p><label><%= l(:setting_password_min_length) %></label>
+<%= text_field_tag 'settings[password_min_length]', Setting.password_min_length, :size => 6 %></p>
+
<p><label><%= l(:label_password_lost) %></label>
<%= check_box_tag 'settings[lost_password]', 1, Setting.lost_password? %><%= hidden_field_tag 'settings[lost_password]', 0 %></p>