Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
wellton
/
gnu-social
rozštěpen z
diogo/gnu-social
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Větev:
nightly
Větve
Značky
1.1.x
1.2.x
1.20.x
experimental
master
nightly
v3
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
plugins
/
DomainWhitelist
Alexei Sorokin
8079a476b6
Remove "magic quotes" code and avoid wrong order implode
před 4 roky
..
forms
b41f9620fa
[LIB_REFACTOR] Fix requires
před 5 roky
locale
a9c365a5eb
[VersionBump] 2.0.0alpha0
před 4 roky
DomainWhitelistPlugin.php
8079a476b6
Remove "magic quotes" code and avoid wrong order implode
před 4 roky
README
a614205663
Add plugin READMEs
před 8 roky
README
The DomainWhitelist plugin restricts the email addresses in a domain to a
select whitelist.
Installation
============
add "addPlugin('DomainWhitelist');"
to the bottom of your config.php
Settings
========
whitelist: An array of whitelisted domains
Example
=======
$config['email']['whitelist'] = array('example.org', 'example.net');
addPlugin('DomainWhitelist');