2020-12-04 10:09:36 -05:00
|
|
|
#js-delete-user-modal
|
2021-05-27 17:10:59 -04:00
|
|
|
#js-modal-texts.hidden{ "hidden": true, "aria-hidden": "true" }
|
2019-10-09 20:06:44 -04:00
|
|
|
%div{ data: { modal: "delete",
|
|
|
|
title: s_("AdminUsers|Delete User %{username}?"),
|
|
|
|
action: s_('AdminUsers|Delete user'),
|
|
|
|
'secondary-action': s_('AdminUsers|Block user') } }
|
|
|
|
= s_('AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests,
|
|
|
|
and groups linked to them will be transferred to a system-wide "Ghost-user". To avoid data loss,
|
2020-09-10 02:08:37 -04:00
|
|
|
consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd},
|
2019-10-09 20:06:44 -04:00
|
|
|
it cannot be undone or recovered.')
|
|
|
|
|
|
|
|
%div{ data: { modal: "delete-with-contributions",
|
|
|
|
title: s_("AdminUsers|Delete User %{username} and contributions?"),
|
|
|
|
action: s_('AdminUsers|Delete user and contributions') ,
|
|
|
|
'secondary-action': s_('AdminUsers|Block user') } }
|
|
|
|
= s_('AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues,
|
|
|
|
merge requests, and groups linked to them. To avoid data loss,
|
2020-10-01 08:10:14 -04:00
|
|
|
consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd},
|
2019-10-09 20:06:44 -04:00
|
|
|
it cannot be undone or recovered.')
|
|
|
|
|