<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=MediaWikiExtension_Password_Reset</id>
	<title>MediaWikiExtension Password Reset - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=MediaWikiExtension_Password_Reset"/>
	<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=MediaWikiExtension_Password_Reset&amp;action=history"/>
	<updated>2026-05-02T15:22:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.saruman.biz/saruwiki/index.php?title=MediaWikiExtension_Password_Reset&amp;diff=2157&amp;oldid=prev</id>
		<title>Saruman!: Added password reset extension instructions</title>
		<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=MediaWikiExtension_Password_Reset&amp;diff=2157&amp;oldid=prev"/>
		<updated>2009-01-18T15:35:58Z</updated>

		<summary type="html">&lt;p&gt;Added password reset extension instructions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Mediawiki Extension: Password Reset==&lt;br /&gt;
Sometimes you as a Mediawiki administrator might feel the need to reset a user&amp;#039;s password manually. Unfortunately, there is no such function in the MediaWiki software. [http://www.imdb.com/title/tt0096928/ Bogus!] But fortunately, there now exists an extension that adds this functionality. [http://www.imdb.com/title/tt0096928/ Most excellent!]&lt;br /&gt;
&lt;br /&gt;
==Adding the extension==&lt;br /&gt;
First, download the five files that make up the Password Reset extension from here: [http://www.mediawiki.org/wiki/Extension:Password_Reset Mediawiki Extension:Password Reset]. These five files are to be placed in the extension directory of your Debian MediaWiki installation, presumably &amp;#039;&amp;#039; /usr/share/mediawiki-extensions&amp;#039;&amp;#039;. Make sure these five files are owned by root, and cannot be edited by anyone else. As root:&lt;br /&gt;
 cd  /usr/share/mediawiki-extensions&lt;br /&gt;
 chown root:root PasswordReset*&lt;br /&gt;
 chmod 644 PasswordReset*&lt;br /&gt;
Next, mark the extension available to MediaWiki:&lt;br /&gt;
 cd /etc/mediawiki-extensions/extensions-available&lt;br /&gt;
 ln -s /usr/share/mediawiki-extensions/PasswordReset.php&lt;br /&gt;
Then, enable the extension (either by using the &amp;#039;&amp;#039;mwenext&amp;#039;&amp;#039; command, or by this):&lt;br /&gt;
 cd /etc/mediawiki-extensions/extensions-enabled&lt;br /&gt;
 ln -s ../extensions-available/PasswordReset.php&lt;br /&gt;
Finally, grant the permission to use this extension to some group (presumably a very &amp;#039;&amp;#039;limited&amp;#039;&amp;#039; group!!). To this end, add something like the following to the file &amp;#039;&amp;#039;/etc/mediawiki/LocalSettings.php&amp;#039;&amp;#039;:&lt;br /&gt;
 #Account management&lt;br /&gt;
 # PasswordReset extension adds the following capability&lt;br /&gt;
 $wgGroupPermissions[&amp;#039;bureaucrat&amp;#039;][&amp;#039;passwordreset&amp;#039;] = true;&lt;br /&gt;
This adds the Password Reset capability to the Mediawiki administrator group &amp;quot;bureaucrat&amp;quot;, of which WikiAdmin is a member - and presumably you too.&lt;br /&gt;
&lt;br /&gt;
==Using the extension==&lt;br /&gt;
To reset a user&amp;#039;s password, you need the following:&lt;br /&gt;
* your MediaWiki user account needs to be in a MediaWiki group that has been granted the right to use PasswordReset, e.g. &amp;#039;&amp;#039;bureaucrat&amp;#039;&amp;#039; as depicted above&lt;br /&gt;
* you must be logged in with that MediaWiki account&lt;br /&gt;
* you need to know the exact name of the MediaWiki account for which to reset the password&lt;br /&gt;
In the left navigation area, click on &amp;#039;&amp;#039;Special pages&amp;#039;&amp;#039;; scroll down to the section &amp;#039;&amp;#039;Restricted special pages&amp;#039;&amp;#039;, you should see an entry &amp;#039;&amp;#039;Password reset&amp;#039;&amp;#039;. Click it to enter the Password Reset special page. The interface is very simple: Username, New password, Confirm new password, and a button &amp;quot;Reset password&amp;quot;. What more do you need?&lt;/div&gt;</summary>
		<author><name>Saruman!</name></author>
	</entry>
</feed>