doug48
11/23/2016 - 3:56 PM

change the password in the db

change the password in the db

UPDATE db_local.admin_user SET password = CONCAT(SHA2('1234567password-123', 256), ':12345678:1') WHERE username = 's48admin';