cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble Logging in to Blue Prism

TyreeFoster
Staff
Staff

Can someone inform me on how to change my password for logging into Blue Prism.



------------------------------
Tyree Foster
------------------------------
1 REPLY 1

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
------------------------------

Leonardo Soares RPA Developer América/Brazil