mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-04 12:39:15 +00:00
Merge branch 'master' of github.com:mailcow/mailcow-dockerized
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user