Robotic Process Automation: Blue Prism v6
Issue: BluePrism admin Password forgotten or lost
Assumption – you have access to the database and you can modify tables
Solution:
This command finds the user with the username admin and resets their password back to the original admin string, but will not force a password change on the next log in.
Use SQL Server Management studio or any SQL Editor, then connect to (LocalDB)\BluePrismLocalDB Server, then write and execute the query below:
USE blueprism
UPDATE dbo.BPAPassword SET salt = ”, hash = ‘208512264222772174181102151942010236531331277169151’, type = 0
WHERE userid = (SELECT userid FROM dbo.BPAUser WHERE username = ‘admin’)
Resources:
The Cloud is the future: The AWS Certified Solutions Architect – Associate Average salary is $149,446/year. Get Certified Now with the apps below:
Get 20% off Google Workspace (including Google Meet) Business Plan (Americas): L9H4RENHLPH76FV
