MediaWiki
REL1_37
SpecialChangePassword.php
Go to the documentation of this file.
1
<?php
24
use
MediaWiki\Auth\PasswordAuthenticationRequest
;
25
31
class
SpecialChangePassword
extends
SpecialRedirectToSpecial
{
32
public
function
__construct
() {
33
parent::__construct(
'ChangePassword'
,
'ChangeCredentials'
,
34
PasswordAuthenticationRequest::class, [
'returnto'
,
'returntoquery'
] );
35
}
36
}
MediaWiki\Auth\PasswordAuthenticationRequest
This is a value object for authentication requests with a username and password.
Definition
PasswordAuthenticationRequest.php:30
SpecialChangePassword
Let users recover their password.
Definition
SpecialChangePassword.php:31
SpecialChangePassword\__construct
__construct()
Definition
SpecialChangePassword.php:32
SpecialRedirectToSpecial
Definition
SpecialRedirectToSpecial.php:29
includes
specials
SpecialChangePassword.php
Generated on Fri Apr 5 2024 23:40:58 for MediaWiki by
1.9.8