Skip to content

MediaWiki extension to validate the existence of the domain part of an email address

License

Notifications You must be signed in to change notification settings

Yellow-Dog-Man/EmailDNSValidate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-dns-validate

MediaWiki extension which enables you to validate the existence of the domain part of an email address.

Fork Notes

This extension is very old but we couldn't find similar functionality elsewhere so we decided to refactor it to use the new AuthManager stack on MediaWiki.

We're not that familiar with PHP or MediaWiki Extensions so feel free to PR/Update if there are issues.

Installation

  1. Clone the extension from GitHub to your wiki's extensions folder: git clone https://github.com/YellowDogMan/EmailDNSValidate.git
  2. Enable the extension by adding it to your LocalSettings.php file: wfLoadExtension('EmailDNSValidate');

What it Does

MediaWiki by default validates only the format of an email address.

This extension extends that validation to also verify the existence of the domain component.

The domain name must Have an active MX DNS Record OR be a Public IP

Bugs Reports and Feature Requests

Bugs Reports and Feature Requests can be made by creating an Issue on GitHub. Pull requests for changes are also welcome.

Fork References

This fork was updated using the following links as references/information:

We were primarily searching for "stop account creation and display message" so this is also included in the hopes it helps with search.

About

MediaWiki extension to validate the existence of the domain part of an email address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%