Follow us on Twitter...
Stay up to date with the latest news, special offers and advice from CensorNet on Twitter... we are Tweeting regularly!
This article describes how to reset the Web Admin password if you have lost it.
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.