Set to default new logic. Add cleartext password hash implementation.

TODO:
- add new implementation of the rest of currently supported hashes
- create update.php changing hash names in the config
This commit is contained in:
Marcin Łojewski
2018-02-28 21:31:42 +01:00
parent 7672c66c75
commit 3251067b38
3 changed files with 135 additions and 27 deletions

View File

@@ -106,7 +106,7 @@ $cfgClass = 'section';
'drupal' => 'Drupal 7',
'md5' => 'MD5',
'md5crypt' => 'MD5 Crypt',
'cleartext' => 'Cleartext',
'Cleartext' => 'Cleartext',
'mysql_encrypt' => 'mySQL ENCRYPT()',
'system' => 'System (crypt)',
'password_hash' => 'password_hash',