system:config:constants
Filtered by category=security
↑ edit | category | purpose | allowed values | default |
---|
unsubscribe_requires_password | security | Request a valid password before acting on unsubscribe. | true false 0 1 | false |
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 |
password_change_timeframe | security | Time allowed for an admin to use the token to change their password. | A valid mySQL INTERVAL value | 1 day |
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 |
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 |
encrypt_admin_passwords | security | Enable encryption of admin passwords | true false 0 1 | 1 |
check_sessionip | security | Verify the session of the logged in administrator | true false 0 1 | 1 |
check_referrer | security | Verify that the referring web page is allowed | true false 0 1 | 1 |
askforpassword | security | Ask subscribers to enter a password for their profile when they register | true false 0 1 | 0 |
add_email_throttle | security | Limit the use of the Add email in the send test functionality | Any number | 1 |
access_control_allow_origins | security | Block requests from an incorrect location, but allow multiple domains | array of domains | undefined |
access_control_allow_origin | security | Block requests from an incorrect location | | http://'.$_SERVER['HTTP_HOST'] |
|
---|
system/config/constants.txt · Last modified: 2013/08/20 23:14 by phplist