MediaWiki  1.34.0
SpecialChangePassword.php
Go to the documentation of this file.
1 <?php
25 
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