Spotter-VM/lxc-apps/dhis2/install/adminpwd.sql

2 lines
76 B
SQL

UPDATE users SET "password" = '${DHIS2_ADMIN_HASH}' WHERE "code" = 'admin';