Regalamiunsorriso/www/admin/_alterTable/___resetcrypt.sql

2 lines
96 B
MySQL
Raw Normal View History

2026-04-07 18:02:17 +02:00
update PARM SET numero=0 where codice='PWD_CRYPT';
update USERS set pwd='pio' where id_users=1;