wiki.techinc.nl/tests/phpunit/includes/user
Bartosz Dziewoński 6f82b91873 Restore password reset invalid email message
This mostly reverts commit 28ad29ea0f.

Checking the validity of the provided email doesn't reveal any
information about any users, and it could help catch genuine mistakes,
e.g. if someone inputs the username in the email field.

Previously if an invalid email was provided, we showed a success
message that is an obvious lie (saying we sent an email to something
that isn't an email address).

Change-Id: Idec437b29b22e5b1e5aaff3846632fbc413a3dcb
2024-07-30 14:19:13 +00:00
..
ActorMigrationTest.php Tests: Replace "db" with getDb method 2024-06-30 20:24:06 +01:00
ActorMigrationTest.sql ActorMigration: Drop temp table code 2024-01-19 00:27:54 +01:00
BotPasswordTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
ExternalUserNamesTest.php Tests: remove a bunch of DummyServicesTrait-related comments 2024-05-10 04:07:59 +00:00
LocalIdLookupTest.php tests: Use namespaced class names in @covers annotations 2024-01-27 01:11:07 +01:00
PasswordResetTest.php Restore password reset invalid email message 2024-07-30 14:19:13 +00:00
TalkPageNotificationManagerTest.php Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
UserEditTrackerTest.php Tests: Replace "db" with getDb method 2024-06-30 20:24:06 +01:00
UserGroupManagerTest.php Use MainConfigNames constants in tests where possible 2024-07-10 10:11:22 +00:00
UserGroupMembershipTest.php tests: Use namespaced class names in @covers annotations 2024-01-27 01:11:07 +01:00
UserTest.php Tests: Replace "db" with getDb method 2024-06-30 20:24:06 +01:00