I accidentally disabled ZM admin account, how do i enable?
Thanks DAN
ZM admin disabled- how do I enable?
-
- Posts: 494
- Joined: Sun Jun 29, 2014 1:12 pm
- Location: Melbourne, AU
Re: ZM admin disabled- how do I enable?
You will need to use mysql to run the following
Code: Select all
Update zm.Users Set Enabled=1 where Username='admin'
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Random Selection of Cameras (Dahua and Hikvision)
Re: ZM admin disabled- how do I enable?
ok worked
once I realized needed ";"
after your statement
new to mysql so learned something new-- thats what its all about!
thanks Dan
once I realized needed ";"
after your statement
new to mysql so learned something new-- thats what its all about!
thanks Dan