Lost Web Control Panel Password

July 18, 2011 • Customer Services       
Synopsis

This article describes how to reset the Web Admin password if you have lost it.

Article

To reset the Web interface password for the admin user, log into the command line as root and type

su -c 'psql censornet' postgres

At the new prompt type

update tbl_admin_users set admin_password = '5f4dcc3b5aa765d61d8327deb882cf99' where admin_username = 'admin';

Press Ctrl-D to exit the SQL prompt and then type

exit

to log out of the root command line.

You can now log into the web interface with username admin and password password and reset the password to something more secure using System->Change Password.

Related articles


Last modified on Mon, July 18, 2011 « Back