cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset password for BP Learning Edition

AminPatel1
Level 5
Hi,

I am currently using BP Learning Edition with license provided by BP DX team.

But i forgot last used password for Learning Edition now.
And there is no way to reset it easily.

Can someone help.

PS - i dont have SQL server installed on my machine to execute any SQL query.
Amin Patel Intelligent Automation Developer Emerson Pune India
3 REPLIES 3

expertcr
Staff
Staff
The only way and easy is re-install BP.
1. Remove Blue Prism learning
2. Remove MS SQL LocalDB

3. re-install Blue Prism, and he will ask for a new password for the DB; if you don't remove the MS SQL LocalDB, he will keep using the same old DB and old password.

Hi,

Please use the below query to reset the password of blue prism.

set salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',
hash='9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='where
userid=(select userid from BPAUser where username='admin')
and active=1;

This query will reset the blue prism password provided the username is "admin"​

EVIPUTI
MVP
@Amin Patel This will  help.​
------------------------------ Vipul Tiwari Senior Process Simplification Developer Amazon ------------------------------