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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user