@@ -6,9 +6,9 | |||||
6 | <p><%= setting_select :autologin, [[l(:label_disabled), 0]] + [1, 7, 30, 365].collect{|days| [l('datetime.distance_in_words.x_days', :count => days), days.to_s]} %></p> |
|
6 | <p><%= setting_select :autologin, [[l(:label_disabled), 0]] + [1, 7, 30, 365].collect{|days| [l('datetime.distance_in_words.x_days', :count => days), days.to_s]} %></p> | |
7 |
|
7 | |||
8 | <p><%= setting_select :self_registration, [[l(:label_disabled), "0"], |
|
8 | <p><%= setting_select :self_registration, [[l(:label_disabled), "0"], | |
9 |
|
|
9 | [l(:label_registration_activation_by_email), "1"], | |
10 |
|
|
10 | [l(:label_registration_manual_activation), "2"], | |
11 |
|
|
11 | [l(:label_registration_automatic_activation), "3"]] %></p> | |
12 |
|
12 | |||
13 | <p><%= setting_text_field :password_min_length, :size => 6 %></p> |
|
13 | <p><%= setting_text_field :password_min_length, :size => 6 %></p> | |
14 |
|
14 |
General Comments 0
You need to be logged in to leave comments.
Login now