mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
359 B
YAML
16 lines
359 B
YAML
name: PasswordEncryptor
|
|
---
|
|
PasswordEncryptor:
|
|
encryptors:
|
|
none:
|
|
PasswordEncryptor_None:
|
|
md5:
|
|
PasswordEncryptor_LegacyPHPHash: md5
|
|
sha1:
|
|
PasswordEncryptor_LegacyPHPHash: sha1
|
|
md5_v2.4:
|
|
PasswordEncryptor_PHPHash: md5
|
|
sha1_v2.4:
|
|
PasswordEncryptor_PHPHash: sha1
|
|
blowfish:
|
|
PasswordEncryptor_Blowfish: |