https://bugzilla.wikimedia.org/show_bug.cgi?id=29135
Happy-melon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Special pages |OpenID Version|1.19-svn |any AssignedTo|[email protected]. |[email protected] |org | Product|MediaWiki |MediaWiki extensions --- Comment #19 from Happy-melon <[email protected]> 2011-06-27 18:18:35 UTC --- Actually, the hooks you need are already in place: SpecialPasswordResetModifyFormFields is passed the HTMLForm descriptor array; hook a function on to that in the OpenID extension that changes the Username field to type 'info' and sets its value to the current username; and SpecialPasswordResetOnSubmit to audit and reject prohibited requests. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
