Enable deleting_account_disabled_for_users by default
What does this MR do and why?
We introduced the FF in !117832 (merged) and enabled it globally on May 30th.
This MR sets the FF enabled by default.
How to set up and validate locally
- Sign in as a user
A
. - Go to the
Preferences
->Account
, clickDelete account
. - You can delete the account
A
. - Open another browser window and sign in with admin account.
- Go to
Admin
->General
->Account and limit
section. - Uncheck the checkbox
Allows users to delete their own accounts
and clickSave changes
. - Go back to the browser window with user
B
. - Go to the
Preferences
->Account
, clickDelete account
. - You cannot find the
Delete account
section.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #412411 (closed)