InTouch, Archestra IDE - Reset/Find/Break - password
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
-
- Posts: 6
- Joined: Tue Oct 30, 2012 3:10 pm
Re: InTouch, Archestra IDE - Reset/Find/Break - password
hello y'all !
Sorry oleksandr_ua but I'm not coming with the solution. In fact to endorse your claim.
I have the same problem.
Does any one can help us !!! Please !!
Sorry oleksandr_ua but I'm not coming with the solution. In fact to endorse your claim.
I have the same problem.
Does any one can help us !!! Please !!
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: InTouch, Archestra IDE - Reset/Find/Break - password
How can I copy a windows from password-protected project to my project.
to at least look to what tags attached objects.
to at least look to what tags attached objects.
-
- Posts: 1
- Joined: Sat Jan 17, 2009 11:06 am
- Location: CHINA
Re: InTouch, Archestra IDE - Reset/Find/Break - password
open your project Database and find the table "user_profile",edit it flow blew:
find have "Administrator" row and change
usrer_guid change to f10f8ca3-15f4-4a26-937a-a45532036ea5
password_hash change to 2039933623
now
you can use administrator and password:123456 to open the project!
find have "Administrator" row and change
usrer_guid change to f10f8ca3-15f4-4a26-937a-a45532036ea5
password_hash change to 2039933623
now
you can use administrator and password:123456 to open the project!
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: InTouch, Archestra IDE - Reset/Find/Break - password
where it is stored and the name of this file?
C:\Program Files\ArchestrA\Framework\Bin\GalaxyData - - ???
C:\Program Files\ArchestrA\Framework\Bin\GalaxyData - - ???
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: InTouch, Archestra IDE - Reset/Find/Break - password
It's not about file, it's about table in database. Open SQL Management Studio, choose Galaxy database, find table user_profile and modify one row in it.oleksandr_ua wrote:where it is stored and the name of this file?
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: InTouch, Archestra IDE - Reset/Find/Break - password
can not find "Administrator"jiwoon wrote:open your project Database and find the table "user_profile",edit it flow blew:
find have "Administrator" row and change
usrer_guid change to f10f8ca3-15f4-4a26-937a-a45532036ea5
password_hash change to 2039933623
now
you can use administrator and password:123456 to open the project!
where i can find...
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: InTouch, Archestra IDE - Reset/Find/Break - password
Right click on table name (dbo.user_profile), choose edit top 200 rows:oleksandr_ua wrote:can not find "Administrator"
where i can find...
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: InTouch, Archestra IDE - Reset/Find/Break - password
Execute the following query:
and post screenshot
Code: Select all
SELECT * FROM dbo.user_profile;
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: InTouch, Archestra IDE - Reset/Find/Break - password
Execute the following query:oleksandr_ua wrote:How can I change usrer_guid (change to f10f8ca3-15f4-4a26-937a-a45532036ea5)
Code: Select all
UPDATE dbo.user_profile SET user_guid='f10f8ca3-15f4-4a26-937a-a45532036ea5', password_hash=2039933623 WHERE user_profile_id=2;
-
- Posts: 104
- Joined: Thu Jan 01, 2015 9:02 am
Re: InTouch, Archestra IDE - Reset/Find/Break - password
it works !!!!
thank you for your help
thank you for your help
-
- Posts: 1
- Joined: Wed Jan 11, 2017 12:34 am
Re: InTouch, Archestra IDE - Reset/Find/Break - password
It also worked for me
Thank you so much!!!
Thank you so much!!!