27-12-23 10:01 AM
HI BP team,
I have installed BP learning version with 180 days license. i have followed the steps as mentioned in installation guide and provided the credentials (Username and Password). I couldn't recall the same now, can you please help me with that.
Note: I have tried to login using Username: admin, it was working with these credentials before. But it's showing as wrong credentials. PFB error logs
27-12-23 10:10 AM
Hello @Pavan_Shetkar - you might find this answer useful:
27-12-23 10:24 AM
Thanks' for sharing, I have tired the Sql query but its giving below error.
27-12-23 10:55 AM
Do you have anything of value in the database Pavan? It may be faster to simply recreate the database and start afresh
28-12-23 04:35 AM
Hello,
Try the follow step:
use Data_Your_Base_name_BP;
UPDATE BPAPassword
SET
salt = 'bWBTNqWrvq6RbQnns5PpF+Kt7V1gVS97F6R5iZIxV6M=',
hash = '9XkueyLzhbhRUMoKedsN3l7ChDmfS811IDymP8ZCEv8='
WHERE
userid = (
SELECT userid
FROM BPAUser
WHERE username = 'admin'
)
AND active = 1;
28-12-23 09:00 AM
Thank you for correcting my bad syntax @LeonardoSQueiroz! :smiling_face_with_heart_eyes: