Search found 1 match
- Fri Jul 27, 2012 12:26 pm
- Forum: ZoneMinder 1.25.x
- Topic: how to add users to zoneminder 1.25 no users tab
- Replies: 2
- Views: 1775
Re: how to add users to zoneminder 1.25 no users tab
Hi juricac, the default username and password is : admin admin However as I can see You managed to delete it :). Try in console: mysql -u<your_zm_DB_user> -p<your_zm_DB_pass> mysql>show tables; mysql> select Id,Value,DefaultValue,Hint from Config where Name='ZM_OPT_USE_AUTH ...