diff options
author | MusikAnimal <musikanimal@gmail.com> | 2024-02-19 21:23:27 -0500 |
---|---|---|
committer | Bartosz DziewoĆski <dziewonski@fastmail.fm> | 2024-08-28 00:55:43 +0200 |
commit | ef14cd41c3fc6264aff38af9720786bc52c4d796 (patch) | |
tree | b1702147962b13e6a5383e081a03969936515932 /includes/MainConfigSchema.php | |
parent | 99e6031f32e20a5ef449845dd2b088679d6f01eb (diff) | |
download | mediawikicore-ef14cd41c3fc6264aff38af9720786bc52c4d796.tar.gz mediawikicore-ef14cd41c3fc6264aff38af9720786bc52c4d796.zip |
PasswordReset: remove $wgAllowRequiringEmailForResets feature flag
Update a few tests that relied on the feature flag to ignore
the 'requireemail' preference on "User1" to instead use "User2",
who doesn't have the preference set.
Bug: T242406
Change-Id: I996d3996272d704a071d1d2094c3568247b80f98
Diffstat (limited to 'includes/MainConfigSchema.php')
-rw-r--r-- | includes/MainConfigSchema.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/MainConfigSchema.php b/includes/MainConfigSchema.php index eded970dcf4a..1a2cd6f4f550 100644 --- a/includes/MainConfigSchema.php +++ b/includes/MainConfigSchema.php @@ -7619,16 +7619,6 @@ class MainConfigSchema { ]; /** - * Whether users will see a checkbox allowing them to require providing email during password resets. - * - * @unstable EXPERIMENTAL This feature is under development, don't assume this flag's existence - * or function outside of Wikimedia Foundation wikis. - */ - public const AllowRequiringEmailForResets = [ - 'default' => false, - ]; - - /** * Configuration for automatic creation of temporary accounts on page save. * This can be enabled to avoid exposing the IP addresses of casual editors who * do not explicitly create an account. |