aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth/TemporaryPasswordAuthenticationRequest.php
Commit message (Collapse)AuthorAgeFilesLines
* Namespace includes/passwordReedy2024-05-181-3/+2
| | | | | Bug: T353458 Change-Id: I1a701b5b7ff65356692abb0efde9a2207b6135b6
* Drop deprecated configs $wgMinimalPasswordLength and $wgMaximalPasswordLengthAmir Sarabadani2024-02-011-1/+1
| | | | | | | | | Soft-deprecated since 1.26 and hard-deprecated since at least I9776d11d4e2d184 (1.39). Not set in production. Change-Id: I55e4569c5a40f77a719bc7ab1924eaa706e0da53
* auth: Replace FQNs with importsLucas Werkmeister2022-12-161-2/+4
| | | | Change-Id: If77151460187f304beb7e842b0347f4ba715987e
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-1/+1
| | | | | | | | | | To follow Message. This is approved as part of RFC T166010. Also namespace it but doing it properly with PSR-4 would require namespacing every class under language/ and that will take some time. Bug: T321882 Change-Id: I195cf4c67bd51410556c2dd1e33cc9c1033d5d18
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-2/+3
| | | | | | | | Part 1, proof of concept. Hundreds of files left to go. These changes brought to you in large part by vim macros. Bug: T305805 Change-Id: I44789091e9f6394c800a11b29f22528c8dcacf71
* 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
| | | | | | | | | | | | | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: Ie32c1b11b3d16ddfc0c83a757327d449ff80b2e4
* | 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
| |/ | | | | | | | | | | | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: If560596f5e1e0a3da91afc36e656e7c27f040968
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-2/+2
|/ | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: I5ffbb91882ecce2019ab644839eab5e8fb8a1c5f
* Mark methods in authentication base classes as stable for overriding.daniel2020-07-081-0/+10
| | | | | Bug: T247862 Change-Id: Id03ab3e52e486f19699b7119974efad637c06887
* Fix password policy handling in temporary password providerGergő Tisza2019-02-201-5/+2
| | | | | | | Fix breakage caused by f15ecc60cd94. Also use correct check name. Bug: T216196 Change-Id: Id2567adf8334742ef18a59a6c7e74b2b780ab43a
* Merge "Get ConfigFactory & MainConfig from MediaWikiServices"jenkins-bot2016-11-241-1/+3
|\
| * Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+3
| | | | | | | | Change-Id: Iafdd7e00747060572463ffb05aae4543f3a06163
* | Remove passwordreset capture featureBrian Wolff2016-11-231-6/+0
|/ | | | | | | | | | | If anyone wants such a thing, they can make their own extension. I asked stewards, and they said they don't use this. See also T32636 / 9de2bfd1fe Bug: T150930 Change-Id: I3ab5962dba668e5d628e55ad0c0feae471d82b5e
* Add AuthManagerBrad Jorsch2016-05-161-0/+105
This implements the AuthManager class and its needed interfaces and subclasses, and integrates them into the backend portion of MediaWiki. Integration with frontend portions of MediaWiki (e.g. ApiLogin, Special:Login) is left for a followup. Bug: T91699 Bug: T71589 Bug: T111299 Co-Authored-By: Gergő Tisza <gtisza@wikimedia.org> Change-Id: If89d24838e326fe25fe867d02181eebcfbb0e196