Sounds like you need a little isomorphic javascript in nodeBB. 😉
P.S., IMO the first-aid icon in the lower right corner of the compose window is confusing. I just clicked it and I still think it does something else. 😃
Hello, I have been working around with NodeBB for a while, and I think it would be useful to have a registration email domain whitelisting for various purposes, like blocking spam or private community building.
I made a plugin that does this for one domain: https://github.com/fenwick67/nodebb-plugin-email-domain-filter
There's no admin interface or anything though, it just uses an environment var for configuring the domain (EMAIL_DOMAIN_FILTER=@domain.org
). It's not in the package manager but somebody could install it via NPM directly.
@fenwick67 said in Registration email domain whitelisting:
ent var for configuring the domain (EMAIL_DOMAIN_FILTER=@domain.org). It's not in the package manager but somebody could install it via NPM directly.
@fenwick67 , this plugin would be quite useful for my needs. Is it still functioning with the latest NodeBB?
@fasterthan That's a great question fasterthan!
I have downloaded nodebb-plugin-email-domain-filter via the github url.
As far as I know, it is currently still functioning.
I've created a broader solution with pattern matching:
[nodebb-plugin-email-whitelist] Email domain filter plugin