[Mediawiki-l] Issue with usernames in internet explorer

Simon Orr Simon.Orr at Teleperformance.co.uk
Tue Oct 7 09:28:51 UTC 2008


Hi all,

Apologies if this is the wrong list for this query but I don't believe
so...

Installed software listed at the bottom.

When creating an account /logging into Mediawiki using firefox,
everything works perfectly. when attempting to create a user or login in
IE, I get an error about an invalid username.

Example Usernames: John.Smith (I've also tried john.smith, johnsmith,
Johnsmith, etc...)

I've pulled apart the SpecialUserLogin.php page and found that the
function authenticateUserData is rejecting the username at the first
test as the username appears to be blank.

    function authenticateUserData() {
        global $wgUser, $wgAuth;
        if ( '' == $this->mName ) {
            return self::NO_NAME;
        }
/*...*/  


I've used Fiddler2 to monitor the data POSTed to the wiki and the
username and password are both being sent correctly.

I've decreased the post_max_size and upload_max_filesize to be 16MB
(Instead of 50) as suggested in a thread on the boards but no joy (and
yes, I restarted apache)

Any suggestions anyone can give me would be greatly appreciated

I've got he following installed:
	OS		Win2k3
	MediaWiki  	1.13.1
	PHP 	5.2.6 (apache2handler)
	MySQL 	5.0.67-community-nt

With 
	Hooks:
		ParserFunctions (Version 1.1.1)
		SyntaxHighlight (Version unknown)

	Special:
		Renameuser (Version r40857)

P Please think of the environment before you print this email





________________________________________________________________________
This email and any files transmitted with it are private and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please return it to the address it came from telling them it is not for you and then delete it from your system.
This footnote also confirms that this email message has been swept  for the presence of computer viruses but this in no way indicates that the message is virus free.
Teleperformance is a trading style of MM Teleperformance Ltd: Reg No. 02060289 England: Registered Office: St James House, Moon Street, Bristol, BS2 8QY. VAT No.763 0980 18
_______________________________________________________________________



More information about the MediaWiki-l mailing list