https://bugzilla.wikimedia.org/show_bug.cgi?id=21711
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from T. Gries <[email protected]> 2011-05-24 21:55:37 UTC --- Added a hook as suggested. Added a third parameter to the hook $byOpenID = true SpecialOpenIDLogin.body.php: # new user account: not opened by mail, opened by OpenID wfRunHooks( 'AddNewAccount', array( $user, false, true ) ); http://www.mediawiki.org/wiki/Manual:Hooks/AddNewAccount fixed in r88758 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
