ZM admin disabled- how do I enable?

Forum for questions and support relating to the 1.28.x releases only.
Locked
Danzi
Posts: 21
Joined: Sun Jan 03, 2016 11:11 pm

ZM admin disabled- how do I enable?

Post by Danzi »

I accidentally disabled ZM admin account, how do i enable?

Thanks DAN
SteveGilvarry
Posts: 494
Joined: Sun Jun 29, 2014 1:12 pm
Location: Melbourne, AU

Re: ZM admin disabled- how do I enable?

Post by SteveGilvarry »

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)
Danzi
Posts: 21
Joined: Sun Jan 03, 2016 11:11 pm

Re: ZM admin disabled- how do I enable?

Post by Danzi »

ok worked

once I realized needed ";"

after your statement

new to mysql so learned something new-- thats what its all about!

thanks Dan
Locked