Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
cucas
Commit Description:
cucas
.container-fluid
.row
.col-md-6
%h1 Adding list of users
.row
.col-md-6
.panel.panel-default
.panel-heading
.panel-title Info
.panel-body
%ul
%li
List of user information in this format:
%tt user_id,name(,passwd(,alias(,remark)))
%li
Note that
%tt passwd, alias
and
%tt remark
is optional.
%li
When
%tt passwd
or
%tt alias
is empty, the original value will be used instead.
%li
If the users with the same user_id already exists, existing information will be overwritten.
.row
.col-md-6
= form_tag :action => 'create_from_list' do
.form-group
= submit_tag 'Create following users' , class : 'btn btn-success'
.form-group
.div.checkbox
%label
= check_box_tag :add_to_group
Also add these users to the following group
= select_tag "group_id" , options_from_collection_for_select ( Group . all , 'id' , 'name' , params [ :group_name ] ), id : 'group_name' , class : 'select2'
.form-group
= text_area_tag 'user_list' , nil , :rows => 50 , :cols => 80
.col-md-6
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings