Show More
Commit Description:
added admin users management
Commit Description:
added admin users management
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new_list.rhtml | 8 lines | 339 B | text/html+ruby | RhtmlLexer |
<h1>Adding list of users</h1>
<% form_tag :action => 'create_from_list' do %>
<%= submit_tag 'create users' %><br/>
List of user information in this format: <tt>user_id,name(,passwd(,alias))</tt><br/>
Note that <tt>passwd</tt> and <tt>alias</tt> is optional.<br/>
<%= text_area_tag 'user_list', nil, :rows => 50, :cols => 80 %>
<% end %>