Fix extrafield password must be >= than 64 for password_hash
This commit is contained in:
parent
8b479a05ad
commit
cc618e886f
@ -234,7 +234,7 @@ class ExtraFields
|
||||
$lengthdb='11';
|
||||
} elseif($type=='password') {
|
||||
$typedb='varchar';
|
||||
$lengthdb='50';
|
||||
$lengthdb='128';
|
||||
} else {
|
||||
$typedb=$type;
|
||||
$lengthdb=$length;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user