Topic on Extension talk:EmailDomainCheck

DukeEgr93 (talkcontribs)

I'm afraid this is broken for the newest version of MediaWiki; I looked at trying to fix it but am not all that well versed in php. Seems that the wfMessage needs to be put in, but also I can't get $user->getEmail() to produce results.

Orudge (talkcontribs)

Hm, it looks like a PreAuthenticationProvider needs to be implemented - https://www.mediawiki.org/wiki/Manual:Hooks/AbortNewAccountManual:Hooks/AbortNewAccount

Sdeaki (talkcontribs)
Cardcaptor Stacey (talkcontribs)

It's broken for me too. However, I've tried Sdeaki's extension and it works pretty good although, I do get:

Warning: Cannot modify header information - headers already sent by (output started at \mediawiki\extensions\RestrictEmailDomain\RestrictEmailDomain_body.php:15) in \mediawiki\includes\WebResponse.php on line 42

DukeEgr93 (talkcontribs)

Sdeaki - fantastic, and thank you!

Chefmw (talkcontribs)

Extension:EmailDomainCheck works on MediaWiki 1.29. I put in a fix in the error path (when a user attempts to create an account with an unsupported domain) by replacing wfMsgHtml() with wfMessage()

Reply to "Broken in 1.27?"