Extension talk:Password Reset
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| Mediawiki 1.18.1 Xml::hidden() | 0 | 07:44, 25 February 2012 |
| Broken by trunk version of mediawiki 1.19? | 5 | 18:17, 20 September 2011 |
I'm using Mediawiki 1.18.1 with PasswordReset 1.7 (seems to be the latest at the moment). The result is a PHP Fatal Error about Xml::hidden that is solved by replacing Xml with Html in the file PasswordReset_body.php.
Version tested is: 1.19alpha (Version 93922), here the link during login "Forgotten your login details?" points to a form
Reset password: Complete this form to receive an e-mail reminder of your account details. Username: [ ] [e-mail new password].
which is the page: Special:PasswordReset. This page exists WITHOUT Extension:Password Reset being installed. It seems a (different) core functionality uses the same special page name now? Any insights?
Could someone confirm it was working with versions 1.15-1.17? Just post here if you can - thank you!
Yes, Password Reset is now a core functionality (since 1.19).
No, since 1.18.
Just for public record, issue was already discussed with SPQRobin: While it is correct that the extension is no longer working, this leaves many users without an option to upgrade to 1.18, since the functionality of the extension (admins reset passwords for internal wikis where no email is known, either because not necessary internally, or because authentication methods like OpenID are used) is not covered by the core functionality. See https://bugzilla.wikimedia.org/show_bug.cgi?id=30636 . Should the notice box be different? It is not obsolete in the sense of "no longer needed", but obsolete in the sense "needed, but made impossible to function".