mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
elofgren: Add note to comments above 'EMAIL_BOUNCEHANDLER_KEY' that 'you can override it in mysite/_config.php to ease upgrades'
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41978 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
87a0535439
commit
1c044df977
@ -83,7 +83,7 @@ Security::set_password_encryption_algorithm('sha1', true);
|
||||
|
||||
/**
|
||||
* The secret key that needs to be sent along with pings to /Email_BounceHandler.
|
||||
* Change this to something different for increase security.
|
||||
* Change this to something different for increase security (you can override it in mysite/_config.php to ease upgrades).
|
||||
* For more information see: http://doc.silverstripe.com/doku.php?id=email_bouncehandler
|
||||
*/
|
||||
define('EMAIL_BOUNCEHANDLER_KEY', '1aaaf8fb60ea253dbf6efa71baaacbb3');
|
||||
|
Loading…
Reference in New Issue
Block a user