#11040 changed default password in checkDefaultPassword() function

This commit is contained in:
Daniel Cebrian 2023-06-12 17:06:42 +02:00
parent a70a6fc060
commit 114f1661fa

View File

@ -2323,7 +2323,8 @@ class ConsoleSupervisor
'SELECT count(*) FROM tusuario
WHERE
id_user="admin"
AND password="1da7ee7d45b96d0e1f45ee4ee23da560"
AND (password="1da7ee7d45b96d0e1f45ee4ee23da560" OR
password="$2y$10$Wv/xoxjI2VAkthJhk/PzeeGIhBKYU/K.TMgUdmW7fEP2NQkdWlB9K")
AND is_admin=1
and disabled!=1'
);