Hi,
I want to change admin account(default) password from other account which has administrator priviliges.Please post your thoughts
thanks
jadda pavankumar
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Hi,
I want to change admin account(default) password from other account which has administrator priviliges.Please post your thoughts
thanks
jadda pavankumar
Hi Jadda,
You can change the default admin password back to "password" by running an SQL script against the HPOO database.
update users set pass='Q6nL2s2VB83 oCjG8gr zA==' where user_id='admin';
You will of course need write access to the database to perform this.
Hope this helps.
cheers
steve
Hi Jadda,
You can change the default admin password back to "password" by running an SQL script against the HPOO database.
update users set pass='Q6nL2s2VB83 oCjG8gr zA==' where user_id='admin';
You will of course need write access to the database to perform this.
Hope this helps.
cheers
steve
Hi Jadda,
You can change the default admin password back to "password" by running an SQL script against the HPOO database.
update users set pass='Q6nL2s2VB83 oCjG8gr zA==' where user_id='admin';
You will of course need write access to the database to perform this.
Hope this helps.
cheers
steve
thx for youre help
If you log in with the administrator account and go to the Administration -> Change User Password tab you can update the password to something else.
If you access this tab with a non-Internal account (i.e, an account from LDAP) it will have a message saying "applies only to Internal accounts" or something similar.
You cannot reset the default administrator account with any other account even if they have full access.
In HPOO 10.60 how can I change password of admin account if I forgot password.
Change it in db as per above
My SSC version is 16.10.
The DB are not exist the table "users"
So I can not update the admin password
I have the tabel "fortifyuser" in ssc DB
How could I reset the admin password
and login with new password
My SSC version is 16.10.
The DB are not exist the table "users"
So I can not update the admin password
I have the tabel "fortifyuser" in ssc DB
How could I reset the admin password
and login with new password