meta data for this page
- admin
- anti-spam
- aws
- bounce management
- composition
- feedback
- i18n
- queue processing
- rendering
- security
- segmentation
- social networking
- statistics
- subscriber management
- subscription
- system
Filtered by category='security'
edit | ↓ category | purpose | allowed values | default |
---|---|---|---|---|
askforpassword | security | Ask subscribers to enter a password for their profile when they register | true false 0 1 | 0 |
unsubscribe_requires_password | security | Request a valid password before acting on unsubscribe. | true false 0 1 | false |
encryption_algo | security | The encryption method to use when encrypting passwords | any algorithm accepted in your PHP system, see http://php.net/hash-algos | sha256 |
check_sessionip | security | Verify the session of the logged in administrator | true false 0 1 | 1 |
encrypt_admin_passwords | security | Enable encryption of admin passwords | true false 0 1 | 1 |
password_change_timeframe | security | Time allowed for an admin to use the token to change their password. | A valid mySQL INTERVAL value | 1 day |
check_referrer | security | Verify that the referring web page is allowed | true false 0 1 | 1 |
add_email_throttle | security | Limit the use of the Add email in the send test functionality | Any number | 1 |
sendtest_throttle | security | Limit the use of the send test functionality | Any number | 1 |
sendtest_max | security | Limit the number of email addresses that can be used in the send test functionality | Any number | 999 |
access_control_allow_origin | security | Block requests from an incorrect location | http://'.$_SERVER['HTTP_HOST'] | |
hash_algo | security | The hash method to use when hashing passwords | any algorithm accepted in your PHP system, see http://php.net/hash-algos | sha256 |
access_control_allow_origins | security | Block requests from an incorrect location, but allow multiple domains | array of domains | undefined |