Reset admin password for web administration

27 views
Skip to first unread message

Benisai

unread,
Aug 5, 2008, 12:33:45 PM8/5/08
to paragent-discuss
Somehow I have reset my password to something that I've forgotten. Is
there any way to reset the password for the user 'admin' at the
main.ucw page? Thanks.

Benisai

unread,
Aug 5, 2008, 12:54:21 PM8/5/08
to paragent-discuss
Nevermind. I was able to do it using the password value from the
data.sql file used by the easy installer script. I'll put up the steps
I used in case anyone ever needs to do this:

[root@paragent paragent]# mysql pylon
mysql> update users
mysql> set PASSWORD =
'd82494f05d6917ba02f7aaa29689ccb444bb73f20380876cb05d1f37537b7892'
mysql> where USERNAME = 'admin';

The password will be set back to the default of 'admin'
Reply all
Reply to author
Forward
0 new messages