Add user delete option.
This commit is contained in:
parent
0a20f7e75e
commit
1b4ba3eb99
2 changed files with 18 additions and 1 deletions
|
@ -77,4 +77,10 @@
|
|||
.input
|
||||
= f.submit 'Save username', class: "btn btn-save"
|
||||
|
||||
|
||||
- if Gitlab.config.gitlab.signup_enabled
|
||||
%fieldset.update-username
|
||||
%legend
|
||||
Remove account
|
||||
%small.cred.pull-right
|
||||
Before removing the account you must remove all projects!
|
||||
= link_to 'Delete account', user_registration_path, confirm: "REMOVE #{current_user.name}? Are you sure?", method: :delete, class: "btn btn-remove delete-key btn-small pull-right"
|
Loading…
Add table
Add a link
Reference in a new issue