- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 10:38 AM
But user "admin" is lock.
How to unlock user admin ?
------------------------------
NONTHAKORN PRISAROJ
Technical Architect
ZyGen Co., Ltd.
Asia/Bangkok
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-20 04:43 PM
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 10:46 AM
------------------------------
James Man
Senior Product Consultant
Blue Prism
Asia/Hong_Kong
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 10:47 AM
------------------------------
NONTHAKORN PRISAROJ
Technical Architect
ZyGen Co., Ltd.
Asia/Bangkok
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 10:53 AM
You can change password from Database table. it is stored in Hash and salt in Version 6 so its bit difficult. if you are using version 5 its doable.by running a DB script
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 10:54 AM
------------------------------
James Man
Senior Product Consultant
Blue Prism
Asia/Hong_Kong
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 10:55 AM
------------------------------
NONTHAKORN PRISAROJ
Technical Architect
ZyGen Co., Ltd.
Asia/Bangkok
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 11:04 AM
------------------------------
NONTHAKORN PRISAROJ
Technical Architect
ZyGen Co., Ltd.
Asia/Bangkok
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 11:20 AM
I write sql script
update BPAUser
set loginattemps=0
where username='admin';
It's work !!
Thank you very much.
------------------------------
NONTHAKORN PRISAROJ
Technical Architect
ZyGen Co., Ltd.
Asia/Bangkok
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-19 11:40 AM
Good that you remember the password. For changing password you have to update the salt and hash in BPAPassword Table for admin userid in Version 6
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-19 05:25 AM
------------------------------
NONTHAKORN PRISAROJ
Technical Architect
ZyGen Co., Ltd.
Asia/Bangkok
------------------------------
