Change Default user password
Due to some security requirements as well as time constraints, it appears that at this time I will be unable to use AD authentication.
I would like to set a default user password for all requesters.
I saw this script while searching the site
update AaaPassword set PASSWORD='2+uYvE3SLfO3XaHl+CaGLA==', SALT='1103287238602' where PASSWORD_ID = ( select AaaPassword.PASSWORD_ID from AaaPassword LEFT join AaaAccPassword on AaaPassword.password_id = AaaAccPassword.password_id LEFT join AaaAccount on AaaAccPassword.account_id = AaaAccount.account_id LEFT join AaaLogin on AaaAccount.login_id = AaaLogin.login_id where name = 'administrator' )
This appears to be the solution to my issue however I do not have the SQL ability or at least I don't trust what I do know, to modify this to give all users a password of "help"
1. could the password hash/salt be modified for a password of "help"
2. could the effected user logins be all requestors or worst case all logins
New to ADSelfService Plus?