I created a user nwiseman and added it to one of my Veras as a “guest” user so that person can control devices using cp.mios.com however I just ran a test under that account and that user is able to create and add scenes. You can see from the screenshot below that the account is clearly a guest account.
Is there a configuration file on the Vera2 that I can override using ssh?
I found this file on the Vera…
root@MiOS_xxxxx:/etc/cmh# find /etc/cmh -type f -exec grep -H nwiseman {} \;
/etc/cmh/users.conf:nwiseman=2|85476
/etc/cmh/user_data.json.lzo.2:userl#?@#?=282#??&4Fblace?$z?: &P:?8547"ŃN?: "nwisemanp?2%\4Build)tE*1.1.1338*wSvn*l
root@MiOS_xxxxx:/etc/cmh# cat /etc/cmh/users.conf
blacey=1|28202
nwiseman=2|85476
I am assuming 1==administrator and 2==guest…
Any ideas of what can I do to resolve this?