aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth/TemporaryPasswordAuthenticationRequest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace includes/passwordReedy2024-05-181-3/+2
* Drop deprecated configs $wgMinimalPasswordLength and $wgMaximalPasswordLengthAmir Sarabadani2024-02-011-1/+1
* auth: Replace FQNs with importsLucas Werkmeister2022-12-161-2/+4
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-1/+1
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-2/+3
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-2/+2
|/
* Mark methods in authentication base classes as stable for overriding.daniel2020-07-081-0/+10
* Fix password policy handling in temporary password providerGergő Tisza2019-02-201-5/+2
* Merge "Get ConfigFactory & MainConfig from MediaWikiServices"jenkins-bot2016-11-241-1/+3
|\
| * Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+3
* | Remove passwordreset capture featureBrian Wolff2016-11-231-6/+0
|/
* Add AuthManagerBrad Jorsch2016-05-161-0/+105