Reset administrator password for SDP 9.3
Hi,
I share this new query that you have to launch if you wanna reset administrator password in SDP 9.3 or above
Query
update AaaPassword set password='$2a$12$fZUC9IK8E/AwtCxMKnCfiu830qUyYB/JRhWpi2k1vgWLC6iLFAgxa', SALT='$2a$12$fZUC9IK8E/AwtCxMKnCfiu' where password_id in (select ap.password_id from aaaaccpassword ap left join aaaaccount ac on ac.account_id=ap.account_id left join aaalogin al on al.login_id=ac.login_id where al.login_id=xx);
Replace xx with the login id of the user.
password: admin
Regards.
New to ADSelfService Plus?