Topic on Extension talk:ConfirmAccount

Limiting the email to a domain

2
138.162.128.54 (talkcontribs)

Is there a way to limit the requesting users email to a particular domain, ie just .mil, or just .edu?

Aaron Schulz (talkcontribs)

You can possibly edit MediaWiki:common.js to run of Special:RequestAccount pages (using the mwconfig->get( 'PageName' ) JS variable). It could check the field onChange and show an error and disable the submit button. Requests that make it through anyway (e.g. JS disable) could simply be rejected.

Reply to "Limiting the email to a domain"