Closed jeanlk15 closed 6 years ago
Hi jeanlk15,
password to admin webpage is stored in /opt/FalconGate/html/pwd.db. Passwords in this .db file are hashed using default PHP function password_hash (Check official documentation here)
You can try to hash your new password for example here: http://www.passwordtool.hu/php5-password-hash-generator and then save the generated value in the /opt/FalconGate/html/pwd.db
is there some way to get back the lost password of the admin login ?