Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
%h1 Random user passwords
- if @changed
%p
%b Done!
Here's a new password list.
Go back to
= ( link_to '[user list]' , :action => 'index' ) + '.'
%br /
%table
%tr
%th Login
%th Fullname
%th Password
- for u in @non_admin_users
%tr
%td = u . login
%td = u . full_name
%td
%tt = u . password
- else
- if @prefix != ''
Current prefix:
= @prefix
= form_tag (( url_for :action => 'random_all_passwords' ), :method => 'get' ) do
Change prefix
= text_field_tag 'prefix'
= submit_tag 'Change'
This will change passwords of the following users.
%ul
- for u in @non_admin_users
%li = u . login
= form_tag (( url_for :action => 'random_all_passwords' ), :method => 'post' ) do
= hidden_field_tag 'prefix' , @prefix
Are you sure?
= submit_tag 'Go ahead'
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