update: support md5 with sha256

This commit is contained in:
tokumeikoi
2021-09-14 13:10:29 +09:00
parent ec00fc4496
commit 0374a03892
5 changed files with 8 additions and 3 deletions

View File

@ -35,6 +35,7 @@ class UserController extends Controller
}
if (!Helper::multiPasswordVerify(
$user->password_algo,
$user->password_salt,
$request->input('old_password'),
$user->password)
) {