OSMC 2015.11.2
TVHeadEnd 4.0.7 (package off of OSMC App Store)
RPi2
I mistakenly unticked 'admin' on the admin webpage and can no longer return to full admin rights.
I found this very helpful article and began applying it.
However, I am still stuck at at non-admin access, even after switching browsers to avoid password caching.
There are two files, labeled '1', and another with a very long numeric string;
{
"enabled": 1,
"username": "osmc",
"password": "osmc",
"comment": "Default access entry",
"prefix": "0.0.0.0/0,::/0",
"streaming": 1,
"dvr": 1,
"dvrallcfg": 1,
"webui": 1,
"admin": 1,
"id": "1"
}
{
"index": 1,
"enabled": true,
"username": "osmc",
"password2": "VFZIZWFkZW5kLUhpZGUtb3NtYw==",
"prefix": "0.0.0.0/0,::/0",
"streaming": true,
"adv_streaming": true,
"htsp_streaming": true,
"profile": "",
"dvr": true,
"htsp_dvr": true,
"all_dvr": true,
"all_rw_dvr": false,
"dvr_config": "",
"webui": true,
"admin": true,
"conn_limit": 0,
"channel_min": 0,
"channel_max": 0,
"channel_tag": "",
"comment": "Default access entry"
}
In the second file, I set admin to true. Is there anything else I need to do to restore full admin rights?