https://bugzilla.wikimedia.org/show_bug.cgi?id=21661
Craig Box <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Craig Box <[email protected]> 2009-12-07 20:13:35 UTC --- I should note we have $wgOpenIDOnly = yes, so I think the problem is in this hook (OpenID.hooks.php:8 or so) if ( $wgOpenIDOnly ) { $list['Userlogin'] = array( 'SpecialRedirectToSpecial', 'Userlogin', 'OpenIDLogin' ); A call to http://example.org/w/index.php/Special:Userlogin?foo=bar&pie=nice gets rewritten to http://example.org/w/index.php/Special:OpenIDLogin with no query parameters. -- 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
