https://bugzilla.wikimedia.org/show_bug.cgi?id=22457
--- Comment #11 from Liangent <[email protected]> 2012-01-10 08:56:30 UTC --- (In reply to comment #10) > @Sumana, sorry for the delay, I'm getting to it now. > @Liangent do you mean i should just add something like > > #By-email explanation > 'byemail-explanation' => 'Clicking By E-mail will send an an > auto-generated password to the provided email that can be reset after that new > user logs in', > > > in the file either before of after user login messages? > > Is the issue where the message is placed in the file? In MessageQqq.php you code looks like: 'yourname' => "In user preferences, 'byemail-explanation', => 'Explains that clicking By E-mail sends a random password to the account that can be changed on login. In [[Special:UserLogin]]' <nowiki>{{</nowiki>[[Gender|GENDER]]<nowiki>}}</nowiki> is '''NOT''' supported. {{Identical|Username}}", But obviously it should be: 'yourname' => "In user preferences, <nowiki>{{</nowiki>[[Gender|GENDER]]<nowiki>}}</nowiki> is '''NOT''' supported. {{Identical|Username}}", 'byemail-explanation', => 'Explains that clicking By E-mail sends a random password to the account that can be changed on login. In [[Special:UserLogin]]', - or - 'byemail-explanation', => 'Explains that clicking By E-mail sends a random password to the account that can be changed on login. In [[Special:UserLogin]]', 'yourname' => "In user preferences, <nowiki>{{</nowiki>[[Gender|GENDER]]<nowiki>}}</nowiki> is '''NOT''' supported. {{Identical|Username}}", -- 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
