wiki.techinc.nl/tests/phpunit/includes/auth
Huji 80ba4de1b1 Control whether a log is created when accounts are autocreated
When autocreation is forced by another user, that action is logged
already and attirbuted to the correct actor (e.g. the sysop who
forcibly autocreated the account). The 'autocreate' log should not
be created in this scenario because it would incorrectly attribute
an action to the subject of the autocreation, when they indeed had
not taken any action themself. Collateral damage is explaiend in
T275979.

This patch also corrects the wording of the method's documentation

Bug: T269494
Change-Id: I9c771a6a8bed7711508f43b793c295cd30e4ea6b
2021-03-04 01:44:00 +00:00
..
AbstractAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
AbstractPreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AbstractPrimaryAuthenticationProviderTest.php Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
AbstractSecondaryAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthenticationRequestTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthenticationRequestTestCase.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
AuthManagerTest.php Control whether a log is created when accounts are autocreated 2021-03-04 01:44:00 +00:00
ButtonAuthenticationRequestTest.php tests: Simplify ButtonAuthenticationRequestTest 2020-04-30 17:12:05 +00:00
CheckBlocksSecondaryAuthenticationProviderTest.php CheckBlocksSecondaryAuthenticationProviderTest: No need to set $wgUser 2020-09-15 21:20:56 +00:00
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
LocalPasswordPrimaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php
ResetPasswordSecondaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php Convert AuthManager to Authority: step 1. 2021-02-22 15:40:37 -07:00
ThrottlePreAuthenticationProviderTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ThrottlerTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php