]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/DomainWhitelist/README
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into mmn_fixes
[quix0rs-gnu-social.git] / plugins / DomainWhitelist / README
1 The DomainWhitelist plugin restricts the email addresses in a domain to a
2 select whitelist.
3
4 Installation
5 ============
6 add "addPlugin('DomainWhitelist');"
7 to the bottom of your config.php
8
9 Settings
10 ========
11 whitelist: An array of whitelisted domains
12
13 Example
14 =======
15 $config['email']['whitelist'] = array('example.org', 'example.net');
16 addPlugin('DomainWhitelist');