##// END OF EJS Templates
Do not mass create API keys for existing users....
Do not mass create API keys for existing users. They will be created on the fly if needed, just like for new users. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3221 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2757:ede9960444ed
r3107:edab0f0cbb85
Show More
edit.rhtml
9 lines | 296 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Adds Lock/Unlock/Activate link on user edit screen....
r1733 <div class="contextual">
<%= change_status_link(@user) %>
</div>
Jean-Philippe Lang
Administration panel breadcrumbs (#3314)....
r2707 <h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> &#187; <%=h @user.login %></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Refactoring of tabs rendering....
r2757 <%= render_tabs user_settings_tabs %>
Jean-Philippe Lang
Split user edit screen into tabs....
r1389
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%>