diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-14 18:01:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 18:01:27 +0200 |
commit | 4a618908e836ecb94f70e99f2198ee7b3ba3b2ec (patch) | |
tree | f2a02c2deaf9c1af2b53dae705cc652f83e08db7 /app/views/auth/registrations | |
parent | a208e7d65581168cda04be543742f302a162ac1a (diff) |
Account deletion (#3728)
* Add form for account deletion * If avatar or header are gone from source, remove them * Add option to have SuspendAccountService remove user record, add tests * Exclude suspended accounts from search
Diffstat (limited to 'app/views/auth/registrations')
-rw-r--r-- | app/views/auth/registrations/edit.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/auth/registrations/edit.html.haml b/app/views/auth/registrations/edit.html.haml index 8ab188f0c..cbaa75ae0 100644 --- a/app/views/auth/registrations/edit.html.haml +++ b/app/views/auth/registrations/edit.html.haml @@ -11,3 +11,8 @@ .actions = f.button :button, t('generic.save_changes'), type: :submit + +%hr/ + +%h6= t('auth.delete_account') +%p.muted-hint= t('auth.delete_account_html', path: settings_delete_path) |