Regarding Password recovery

Hi,

I've forgot the password of the Blueprism tool installed on my machine I've tried updating the database using query available for recovery but it didn't work. The version I've installed on my machine is BP 6.6

Please do help me getting password recovered.
 

Sachin_Kharmale

Active Member
HI Babjee,

Try bellow command to reset password

Reset Account Password: (set to admin)

UPDATE BPAPassword SET
salt='bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',
hash='9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='
WHERE userid=(SELECT userid FROM BPAUser WHERE

username='admin') AND active=1;


I Hope it will help you..!
 
Top