Actions
Bug #4190
openCannot login using superuser account when anon user is configured / misc
Status:
New
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2017-01-22
Due date:
% Done:
0%
Estimated time:
Found in version:
Git master / Tvheadend 4.1-2415~ge5f5a42
Affected Versions:
Description
If you create an asterisk anon account (without a password set) it is no longer possible to login using the superuser credentials.
Therefor the superuser account is no longer functioning as intended in this scenario. Deleting the entry/file restores superuser access.
accesscontrol file created:
{
"index": 0,
"enabled": true,
"username": "*",
"prefix": "0.0.0.0/0,::/0",
"change": [
"change_rights",
"change_chrange",
"change_chtags",
"change_dvr_configs",
"change_profiles",
"change_conn_limit",
"change_lang",
"change_lang_ui",
"change_theme",
"change_uilevel"
],
"uilevel": 0,
"uilevel_nochange": 0,
"lang": "eng_GB",
"langui": "eng_GB",
"themeui": "blue",
"streaming": [
"basic"
],
"profile": [
],
"dvr": [
"htsp",
"all",
"failed"
],
"htsp_anonymize": false,
"dvr_config": [
],
"webui": true,
"admin": false,
"conn_limit_type": 1,
"conn_limit": 0,
"channel_min": 0,
"channel_max": 0,
"channel_tag_exclude": false,
"channel_tag": [
],
"comment": "New entry",
"wizard": false
}
I've also noticed (for the superuser) that the default User language set in the Base config does not apply but the theme does.
Actions