OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/my/first_login.html.erb

8 lines
314 B

<%= form_tag({:controller => 'my', :action => "first_login", :back_url => @back_url }, {:method => :put}) do %>
<h3><%=l(:field_ui, :app_title => Setting.app_title)%></h3>
<div class="box tabular">
<%= render :partial => "users/impaired_settings" %>
</div>
<%= submit_tag l(:button_save) %>
<% end %>