MediaWiki REL1_39
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}
This is a value object for authentication requests with a username and password.
Let users recover their password.