Regalamiunsorriso/www/admin/_alterTable/___resetcrypt.sql
2026-04-07 18:02:17 +02:00

2 lines
96 B
SQL

update PARM SET numero=0 where codice='PWD_CRYPT';
update USERS set pwd='pio' where id_users=1;