fixed comment smd5->bcrypt

This commit is contained in:
ms101 2020-06-09 18:16:25 -06:00
parent 267bbbca31
commit 722372bd8e
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ EOT;
# login:passwordhash:Real Name:email:groups,comma,separated
EOT;
// --- user:SMD5password:Real Name:email:groups,comma,seperated
// --- user:bcryptpasswordhash:Real Name:email:groups,comma,seperated
$output = $output."\n".join(":",array($d['superuser'], $pass, $d['fullname'], $d['email'], 'admin,user'))."\n";
$ok = $ok && fileWrite(DOKU_LOCAL.'users.auth.php', $output);