Function isBannedEmail
Checks if a given email address might be banned. Check if a given email is banned. Performs an immediate ban if the turns turns out positive.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Security.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Security.php
string |
$email |
The email to check |
string |
$restriction |
What type of restriction (cannot_post, cannot_register, etc.) |
string |
$error |
The error message to display if they are indeed banned |