MediaWiki master
FixWrongPasswordPrefixes Class Reference

An error in a previous version of MediaWiki caused B type passwords to be written with an :A: prefix to the database. More...

Inherits LoggedUpdateMaintenance.

Collaboration diagram for FixWrongPasswordPrefixes:

Public Member Functions

 __construct ()
 

Protected Member Functions

 doDBUpdates ()
 
 getUpdateKey ()
 

Detailed Description

An error in a previous version of MediaWiki caused B type passwords to be written with an :A: prefix to the database.

This script corrects this.

Since
1.44

Definition at line 22 of file fixWrongPasswordPrefixes.php.

Constructor & Destructor Documentation

◆ __construct()

FixWrongPasswordPrefixes::__construct ( )

Definition at line 23 of file fixWrongPasswordPrefixes.php.

Member Function Documentation

◆ doDBUpdates()

FixWrongPasswordPrefixes::doDBUpdates ( )
protected

Definition at line 34 of file fixWrongPasswordPrefixes.php.

◆ getUpdateKey()

FixWrongPasswordPrefixes::getUpdateKey ( )
protected

Definition at line 29 of file fixWrongPasswordPrefixes.php.


The documentation for this class was generated from the following file: