comparison app/views/settings/_authentication.html.erb @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents 433d4f72a19b
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
17 <p><%= setting_check_box :lost_password, :label => :label_password_lost %></p> 17 <p><%= setting_check_box :lost_password, :label => :label_password_lost %></p>
18 18
19 <p><%= setting_check_box :openid, :disabled => !Object.const_defined?(:OpenID) %></p> 19 <p><%= setting_check_box :openid, :disabled => !Object.const_defined?(:OpenID) %></p>
20 20
21 <p><%= setting_check_box :rest_api_enabled %></p> 21 <p><%= setting_check_box :rest_api_enabled %></p>
22
23 <p><%= setting_check_box :jsonp_enabled %></p>
22 </div> 24 </div>
23 25
24 <fieldset class="box"> 26 <fieldset class="box">
25 <legend><%= l(:label_session_expiration) %></legend> 27 <legend><%= l(:label_session_expiration) %></legend>
26 28