diff options
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_authentication.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb index a27996471..4bf890d3f 100644 --- a/app/views/settings/_authentication.html.erb +++ b/app/views/settings/_authentication.html.erb @@ -1,7 +1,6 @@ <%= form_tag({:action => 'edit', :tab => 'authentication'}) do %> <div class="box tabular settings"> -<p> <p><%= setting_select :login_required, [[l(:label_login_required_yes), "1"], [l(:label_login_required_no), "0"]] %> <em class="info"><%= t(:text_login_required_html, anonymous_role_path: edit_role_path(Role.anonymous)) %></em> |