pull/181/head
Aleksi Kinnunen 6 years ago committed by GitHub
parent 48c19a1cbd
commit 2df4348f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1067,7 +1067,7 @@ function _pacrypt_php_crypt($pw, $pw_db) {
$salt = $pw_db;
} else {
$salt_method = 'SHA512'; // hopefully a reasonable default (better than MD5)
$difficulty = '';
$hash_difficulty = '';
// no pw provided. create new password hash
if (strpos($CONF['encrypt'], ':') !== false) {
// use specified hash method

Loading…
Cancel
Save