parent
2b2e139d7a
commit
995f135ff1
|
@ -48,7 +48,7 @@ function admin($_action, $_data = null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (password_check($password2, $password2) !== true) {
|
if (password_check($password, $password2) !== true) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// support pre hashed passwords
|
// support pre hashed passwords
|
||||||
|
|
Loading…
Reference in New Issue