How to reset admin password for Perfino? -
question says - how can reset admin password perfino install ? have root access box perfino installed on.
(i not find on perfino site - pointed me here ask questions !)
there no utility reset passwords if not have admin access perfino ui.
however, can modify "user" table in database manually. recommend install perfino on different machine , set admin user desired password. can copy "content" column of admin user (an xml document contains configuration of user including password hash) , update admin user on original machine value.
if use bundled h2 database edit perfino.properties
, ensure starth2console property set this:
starth2console=true
then start perfino , open browser @ http://localhost:8082 , click on "connect" (no password required). in sql box enter "select * user". can copy or edit "content" column.
Comments
Post a Comment