Extension:PassEdit

From mediawiki.org
MediaWiki extensions manual
PassEdit
Release status: unmaintained
Author(s) apple502j
MediaWiki
License GNU General Public License 3.0 or later
Download
  • editpassword

The PassEdit extension allows certain users to edit other users' email addresses and passwords. It was created at a time that the EditAccount extension was not compatible with recent MediaWiki versions, and has similar functionality.

Installation[edit]

  • Download and place the file(s) in a directory called PassEdit in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PassEdit' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.