MediaWiki master
SpecialChangePassword.php
Go to the documentation of this file.
1<?php
24namespace MediaWiki\Specials;
25
28
35 public function __construct() {
36 parent::__construct( 'ChangePassword', 'ChangeCredentials',
37 PasswordAuthenticationRequest::class, [ 'returnto', 'returntoquery' ] );
38 }
39}
40
42class_alias( SpecialChangePassword::class, 'SpecialChangePassword' );
This is a value object for authentication requests with a username and password.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...