mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-11040-valores-para-notif.security.default_password-grabados-a-fuego-con-md5' into 'develop'
Ent 11040 Valores para NOTIF.SECURITY.DEFAULT_PASSWORD grabados "a fuego" con MD5 See merge request artica/pandorafms!6086
This commit is contained in:
commit
676b7a9302
@ -2379,7 +2379,8 @@ class ConsoleSupervisor
|
|||||||
'SELECT count(*) FROM tusuario
|
'SELECT count(*) FROM tusuario
|
||||||
WHERE
|
WHERE
|
||||||
id_user="admin"
|
id_user="admin"
|
||||||
AND password="1da7ee7d45b96d0e1f45ee4ee23da560"
|
AND (password="1da7ee7d45b96d0e1f45ee4ee23da560" OR
|
||||||
|
password="$2y$10$Wv/xoxjI2VAkthJhk/PzeeGIhBKYU/K.TMgUdmW7fEP2NQkdWlB9K")
|
||||||
AND is_admin=1
|
AND is_admin=1
|
||||||
and disabled!=1'
|
and disabled!=1'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user