wiki.techinc.nl/includes/auth
Bartosz Dziewoński 7772b58bb9 auth: Add base class for TemporaryPasswordPrimaryAuthenticationProvider
Bug: T149003
Change-Id: I38c0de0ed52f4e35db443bc22d4ed110eafac97b
2024-09-16 23:09:01 +02:00
..
Hook auth: Fix documentation of AuthManagerVerifyAuthentication hook 2024-08-27 11:45:25 +02:00
AbstractAuthenticationProvider.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
AbstractPasswordPrimaryAuthenticationProvider.php auth: Add missing documentation to class properties 2024-09-01 11:27:45 +02:00
AbstractPreAuthenticationProvider.php
AbstractPrimaryAuthenticationProvider.php
AbstractSecondaryAuthenticationProvider.php
AbstractTemporaryPasswordPrimaryAuthenticationProvider.php auth: Add base class for TemporaryPasswordPrimaryAuthenticationProvider 2024-09-16 23:09:01 +02:00
AuthenticationProvider.php Don't set AuthenticationRequest::$username on login 2023-09-05 10:59:04 +10:00
AuthenticationRequest.php Add explicit parentheses around mixed boolean operator 2024-03-23 01:58:59 +01:00
AuthenticationResponse.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
AuthManager.php Merge "auth: Disable irrelevant account creation fields for temp users" 2024-09-10 20:05:43 +00:00
ButtonAuthenticationRequest.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
CheckBlocksSecondaryAuthenticationProvider.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
ConfirmLinkAuthenticationRequest.php Import InvalidArgumentException at top of the source 2024-05-19 23:57:44 +03:30
ConfirmLinkSecondaryAuthenticationProvider.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
CreatedAccountAuthenticationRequest.php auth: Add missing documentation to class properties 2024-09-01 11:27:45 +02:00
CreateFromLoginAuthenticationRequest.php auth: Add missing documentation to class properties 2024-09-01 11:27:45 +02:00
CreationReasonAuthenticationRequest.php auth: Add missing documentation to class properties 2024-09-01 11:27:45 +02:00
EmailNotificationSecondaryAuthenticationProvider.php
LocalPasswordPrimaryAuthenticationProvider.php deferred: pass $fname to MWCallableUpdate callbacks and improve comments 2024-08-08 15:50:00 +00:00
PasswordAuthenticationRequest.php
PasswordDomainAuthenticationRequest.php
PreAuthenticationProvider.php auth: Pass canAlwaysAutocreate from session to pre-auth providers 2024-09-06 12:01:58 -07:00
PrimaryAuthenticationProvider.php auth: Pass canAlwaysAutocreate from session to pre-auth providers 2024-09-06 12:01:58 -07:00
RememberMeAuthenticationRequest.php
ResetPasswordSecondaryAuthenticationProvider.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
SecondaryAuthenticationProvider.php auth: Pass canAlwaysAutocreate from session to pre-auth providers 2024-09-06 12:01:58 -07:00
TemporaryPasswordAuthenticationRequest.php Namespace includes/password 2024-05-18 16:17:38 +01:00
TemporaryPasswordPrimaryAuthenticationProvider.php auth: Add base class for TemporaryPasswordPrimaryAuthenticationProvider 2024-09-16 23:09:01 +02:00
ThrottlePreAuthenticationProvider.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
Throttler.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
UserDataAuthenticationRequest.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
UsernameAuthenticationRequest.php