Merge branch 'master' of github.com:mailcow/mailcow-dockerized

master
andryyy 2021-04-16 20:40:42 +02:00
commit 6d4f10dfca
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function admin($_action, $_data = null) {
return false;
}
}
if (password_check($password2, $password2) !== true) {
if (password_check($password, $password2) !== true) {
return false;
}
// support pre hashed passwords