MediaWiki
master
SpecialChangePassword.php
Go to the documentation of this file.
1
<?php
24
namespace
MediaWiki\Specials
;
25
26
use
MediaWiki\Auth\PasswordAuthenticationRequest
;
27
use
MediaWiki\SpecialPage\SpecialRedirectToSpecial
;
28
34
class
SpecialChangePassword
extends
SpecialRedirectToSpecial
{
35
public
function
__construct
() {
36
parent::__construct(
'ChangePassword'
,
'ChangeCredentials'
,
37
PasswordAuthenticationRequest::class, [
'returnto'
,
'returntoquery'
] );
38
}
39
}
40
44
class_alias( SpecialChangePassword::class,
'SpecialChangePassword'
);
MediaWiki\Auth\PasswordAuthenticationRequest
This is a value object for authentication requests with a username and password.
Definition
PasswordAuthenticationRequest.php:32
MediaWiki\SpecialPage\SpecialRedirectToSpecial
Definition
SpecialRedirectToSpecial.php:33
MediaWiki\Specials\SpecialChangePassword
Let users recover their password.
Definition
SpecialChangePassword.php:34
MediaWiki\Specials\SpecialChangePassword\__construct
__construct()
Definition
SpecialChangePassword.php:35
MediaWiki\Specials
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...
includes
specials
SpecialChangePassword.php
Generated on Mon Dec 4 2023 09:10:08 for MediaWiki by
1.9.8