mikelynn2 / blacklistmonitor

Web based application for monitoring Domains and IPs on RBLs
MIT License
85 stars 42 forks source link

Reset admin password #27

Closed ilpops closed 7 years ago

ilpops commented 7 years ago

Hello are there any steps to reset the admin password?

ilpops commented 7 years ago

I found my password in the password manager, just a feature request :)

mikelynn2 commented 7 years ago

login to the system and reset it via mysql update, like this

if you set a password: mysql -p -e "update blacklistmonitor.users set passwd = md5('pa55w0rd')"

or

if root doesnt need password: mysql -e "update blacklistmonitor.users set passwd = md5('pa55w0rd')"