Please enable JavaScript to use RhodeCode Enterprise
- content_for :head do
= javascript_include_tag :defaults
%h1 Your account settings
%p
You can edit your alias and e-mails. Just click on the text and edit it.
%table .uinfo
%tr
%th .uinfo Login
%td .uinfo = @user . login
%tr
%th .uinfo Full name
%td .uinfo = @user . full_name
%tr
%th .uinfo Alias
%td .uinfo = in_place_editor_field :user , 'alias_for_editing' , {}, :rows => 1
%tr
%th .uinfo E-mail
%td .uinfo = in_place_editor_field :user , 'email_for_editing' , {}, :rows => 1
%tr
%th .uinfo Password
%td .uinfo
- form_tag :action => 'chg_passwd' , :method => 'post' do
%table
%tr
%td = password_field_tag 'passwd'
%td (new)
%tr
%td = password_field_tag 'passwd_verify'
%td (verify)
%tr
%td { :colspan => "2" }
= submit_tag 'change password'
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