We setup a zoneminder machine almost a year ago or so, and I dont remember the admin pass.
How can I reset it, I have root access to the machine, and the mysql database.
whenever I login as anything it says logged in as "," and i cant view or change any settings.
thanks in advance for your help!
-Mike Smith
Older zoneminder 1.71.0 I beleive machine, forgot admin pass
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
The simplest thing to do is to go into the mysql client and do
that should reset the password to 'admin' for you.
Version 1.17.0 is pretty old now, I would recomment using a more recent version.
Phil
Code: Select all
update Users set Password = password( "admin" ) where Username = "admin";
Version 1.17.0 is pretty old now, I would recomment using a more recent version.
Phil