Closed OtavioHenrique closed 5 years ago
I updated the password using the following steps:
Open database file:
sudo sqlite3 /var/lib/grafana/grafana.db
Update user password (As described here)
update user set password = '59acf18b94d7eb0694c61e60ce44c110c7a683ac6a8f09580d626f90f4a242000746579358d77dd9e570e83fa24faa88a8a6', salt = 'F3FAxVm33R' where login = 'admin'
To reset the password toadmin
and it worked as expected.
Anyone with this issue too?
@OtavioHenrique thank you for providing exact solution for the problem!
As grafana.db
file actually commited to this repository so I changed password using SQL provided by you and committed new database to this repo in https://github.com/yabeda-rb/example-prometheus/commit/8d1351c1d24041d072765d709ecc4de3954f0091
Hi all,
I'm having problems when I try to log on Grafana using "admin" as username and password, anyone having this problem too?
Thanks