If you have lost your admin password to FunnelFlux, you can manually reset it via command line MySQL.
- SSH to the server
- type:
mysql example_db (replace example_db with the database FunnelFlux fruns from)
- Type:
UPDATE `users` SET `password` = 'YTBtSjliQ01NMXRzaGttbnFkVWRhZz09' WHERE `users`.`idUser` =1;
This sets the password to 123 to the admin user (id #1)
Once you have set the password, you should log in right away, and set the password to something much more secure then 123!