09-03-24 03:03 PM
Can someone inform me on how to change my password for logging into Blue Prism.
09-03-24 03:46 PM
Hello,
Open the application: SQL Server Management Studio
Enter the server name.
Note: This can be found in Configure Connection - Database Server without blue prism
Log in, on the left you will find Databases -> BluePrism
Use the query below to find the user
SELECT * FROM [BluePrism].[dbo].[BPAPassword]
output exemple = admin
Create a new query and enter SQLexecute
UPDATE [BluePrism].[dbo].[BPAPassword] SET salt = 'ezfkI0NkJiIJR8Rubuuf800cxjp7epM7EjYkQIfzUxI=',hash = '96u76IApmLmLzatzGnvFzPq2h4noZZCpc+GATM2VUxk=' WHERE userid = 'admin'
Reset admin password to "a"
Step to step: Youtube - Recover blueprism password
Regards,
------------------------------
Leonardo Soares
RPA Developer
América/Brazil
------------------------------