A3sal0n / FalconGate

A smart gateway to stop cyber criminals - Sponsored by Falcon Guard
https://falconguard.cz
GNU General Public License v3.0
252 stars 59 forks source link

lost password #58

Closed jeanlk15 closed 6 years ago

jeanlk15 commented 6 years ago

is there some way to get back the lost password of the admin login ?

easy4MEr commented 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