Postponed
Project:
Drupal core
Version:
main
Component:
user.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2021 at 18:51 UTC
Updated:
1 Sep 2021 at 18:51 UTC
Jump to comment: Most recent
During the planning of #3229146: Rename "Account cancellation" to "Account closure" in UI, we decided to split the UI changes and the backwords-compatibility-breaking code changes out into separate issues.
This issue is marked as postponed until the UI text issue has been completed.
The aim of #3229146: Rename "Account cancellation" to "Account closure" in UI is to remove the usage of the terms "cancel"/"cancellation" relating to user cancellation, and replace their usage with "close"/"closure". The relevant form classes should be renamed to align with this change, along with updating route and link names.
UserCancelForm and UserMultipleCancelConfirm.entity.user.cancel_form and user.multiple_cancel_confirm. Decide if we should probably take the opportunity to align with the Entity API and use delete_form and delete_multiple_form as the route names./user/{user}/cancel and /admin/people/cancel.
Comments