This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Connect
- :
- FlexNet Connect Knowledge Base
- :
- How to Reset the Password for the Administrator Account
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How to Reset the Password for the Administrator Account
How to Reset the Password for the Administrator Account
Summary
Reset the Password for the Administrator Account on the Flexnet Connect Publisher site.Synopsis
This article provides a SQL query which can be run in order to reset the password for the Administrator account of the Flexnet Connect publisher site.Discussion
To reset the Administrator password to "password", you would run the following query:
update account set password='$P!$sMbM4FmUYDkHRhscoyutDmAWfrrAN/CkEIEA' where id=1
Note that this only applies to Self-hosted Flexnet Connect users.
Additional Information
Note: Connecting to the Cloudscape database, in order to run the above query, requires a third party utility to connect to the databae. It is recommended that DBVisualizer be used in order to connect to the isus database. DBVisualizer can be downloaded at the following URL
No ratings