HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Redmine-4.x/redmine-4.2.9/app/views/twofa/select_scheme.html.erb
<%= title l('twofa_label_setup') %>

<%= form_tag({ controller: 'twofa', action: 'activate_init' }, method: :post) do %>
  <div class="box">
  <p><%=l 'twofa_notice_select' -%></p>
  <p>
  <% Redmine::Twofa.available_schemes.each_with_index do |s, idx| %>
    <label style="display:block;"><%= radio_button_tag 'scheme', s, idx == 0 -%> <%=l "twofa__#{s}__name" -%></label>
  <% end %>
  </p>
  </div>
  <p><%= submit_tag l(:label_next).html_safe + " &#187;".html_safe -%></p>
<% end %>

<% unless @user.must_activate_twofa? %>
<% content_for :sidebar do %>
<%= render partial: 'my/sidebar' %>
<% end %>
<% end %>