mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX #3249: Allow altering of encryption algorithm
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69693 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c3074cae5d
commit
2314eba053
15
_config.php
15
_config.php
@ -58,21 +58,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . $path);
|
|||||||
*/
|
*/
|
||||||
define('MCE_ROOT', 'jsparty/tiny_mce2/');
|
define('MCE_ROOT', 'jsparty/tiny_mce2/');
|
||||||
|
|
||||||
/**
|
|
||||||
* Should passwords be encrypted (TRUE) or stored in clear text (FALSE)?
|
|
||||||
*/
|
|
||||||
Security::encrypt_passwords(true);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Which algorithm should be used to encrypt? Should a salt be used to
|
|
||||||
* increase the security?
|
|
||||||
*
|
|
||||||
* You can get a list of supported algorithms by calling
|
|
||||||
* {@link Security::get_encryption_algorithms()}
|
|
||||||
*/
|
|
||||||
Security::set_password_encryption_algorithm('sha1', true);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The secret key that needs to be sent along with pings to /Email_BounceHandler
|
* The secret key that needs to be sent along with pings to /Email_BounceHandler
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user