wiki.techinc.nl/includes/auth
Brian Wolff 9d5a5b29d4 Better logging for reauth operations
Include username and IP address in log

Change-Id: I25c6d298e50876601ccd6a906eb7a7c65d2e8d87
2018-06-15 13:04:26 +00:00
..
AbstractAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AbstractPasswordPrimaryAuthenticationProvider.php
AbstractPreAuthenticationProvider.php Add $options parameter for testUserForCreation() 2016-06-20 11:27:07 -04:00
AbstractPrimaryAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AbstractSecondaryAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AuthenticationProvider.php Expand SessionManager / AuthManager documentation 2016-08-30 18:54:30 +00:00
AuthenticationRequest.php Bypass login page if no user input is required. 2016-11-22 14:10:20 +00:00
AuthenticationResponse.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
AuthManager.php Better logging for reauth operations 2018-06-15 13:04:26 +00:00
AuthManagerAuthPlugin.php Fix some broken @var comments and add missing uses 2018-02-08 20:00:25 +00:00
AuthPluginPrimaryAuthenticationProvider.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ButtonAuthenticationRequest.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
CheckBlocksSecondaryAuthenticationProvider.php CheckBlocksSecondaryAuthenticationProvider: Avoid user language during auto-creation 2017-10-05 14:50:44 -04:00
ConfirmLinkAuthenticationRequest.php
ConfirmLinkSecondaryAuthenticationProvider.php Show warnings in HTMLForm and warnings as warnings on Login/Signup form 2016-09-17 16:33:39 +02:00
CreatedAccountAuthenticationRequest.php
CreateFromLoginAuthenticationRequest.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
CreationReasonAuthenticationRequest.php
EmailNotificationSecondaryAuthenticationProvider.php rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle() 2018-05-09 21:07:06 +00:00
LegacyHookPreAuthenticationProvider.php Replace call_user_func_array(), part 1 2018-06-04 23:39:04 -07:00
LocalPasswordPrimaryAuthenticationProvider.php SECURITY: Do not reveal if user exists during login failure 2017-11-15 00:58:44 +00:00
PasswordAuthenticationRequest.php AuthManager: Allow for flagging fields as "sensitive" 2016-08-18 19:36:29 +00:00
PasswordDomainAuthenticationRequest.php AuthManager phpdoc cleanup 2016-09-26 13:59:41 -07:00
PreAuthenticationProvider.php Expand SessionManager / AuthManager documentation 2016-08-30 18:54:30 +00:00
PrimaryAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
RememberMeAuthenticationRequest.php Bypass login page if no user input is required. 2016-11-22 14:10:20 +00:00
ResetPasswordSecondaryAuthenticationProvider.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
SecondaryAuthenticationProvider.php Expand SessionManager / AuthManager documentation 2016-08-30 18:54:30 +00:00
TemporaryPasswordAuthenticationRequest.php Merge "Get ConfigFactory & MainConfig from MediaWikiServices" 2016-11-24 18:08:36 +00:00
TemporaryPasswordPrimaryAuthenticationProvider.php rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle() 2018-05-09 21:07:06 +00:00
ThrottlePreAuthenticationProvider.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Throttler.php MediaWiki\Auth\Throttler: Change "ip" key name 2018-05-25 15:55:19 -04:00
UserDataAuthenticationRequest.php Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
UsernameAuthenticationRequest.php