nodebb-plugin-email-blacklist
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "nodebb-plugin-email-blacklist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "nodebb email blacklist", | ||
@@ -8,3 +8,3 @@ "main": "library.js", | ||
"type": "git", | ||
"url": "git+https://github.com/Annihil/nodebb-email-blacklist.git" | ||
"url": "git+https://github.com/Annihil/nodebb-plugin-email-blacklist.git" | ||
}, | ||
@@ -14,5 +14,5 @@ "author": "Annihil", | ||
"bugs": { | ||
"url": "https://github.com/Annihil/nodebb-email-blacklist/issues" | ||
"url": "https://github.com/Annihil/nodebb-plugin-email-blacklist/issues" | ||
}, | ||
"homepage": "https://github.com/Annihil/nodebb-email-blacklist#readme", | ||
"homepage": "https://github.com/Annihil/nodebb-plugin-email-blacklist#readme", | ||
"nbbpm": { | ||
@@ -19,0 +19,0 @@ "compatibility": "^1.0.1" |
# nodebb email blacklist plugin | ||
An email blacklist plugin for nodebb - only let's users register with an mail address not in the blacklisted email domain list. | ||
You can add email domain to the blacklist (one per line) | ||
An email blacklist plugin for nodebb - only let's users register with an email address not in the blacklisted email domain list. | ||
You can add email domain to the blacklist (one per line) | ||
Example of available list: | ||
@@ -6,0 +6,0 @@ - [A list of domains for disposable and temporary email addresses](https://gist.github.com/adamloving/4401361) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6062