MediaWiki
1.34.0
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
}
SpecialChangePassword\__construct
__construct()
Definition:
SpecialChangePassword.php:32
SpecialRedirectToSpecial
Definition:
SpecialRedirectToSpecial.php:27
MediaWiki\Auth\PasswordAuthenticationRequest
This is a value object for authentication requests with a username and password.
Definition:
PasswordAuthenticationRequest.php:29
SpecialChangePassword
Let users recover their password.
Definition:
SpecialChangePassword.php:31
includes
specials
SpecialChangePassword.php
Generated on Thu Dec 19 2019 14:54:57 for MediaWiki by
1.8.16