diff --git a/templates/application/config.php.erb b/templates/application/config.php.erb index c48eceb..ed10e80 100644 --- a/templates/application/config.php.erb +++ b/templates/application/config.php.erb @@ -188,7 +188,8 @@ $CONFIG = array ( 'twofactor_enforced_groups' => array ( 0 => 'admin', - <%- index = 1 -%> + 1 => 'forcemfa', + <%- index = 2 -%> <%- @twofactor_enforced_groups.each do |item| -%> <%= index %> => '<%= item %>', <%- index += 1 -%>