Project

General

Profile

Bug #4190

Updated by Mark Clarkstone over 8 years ago

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: 

 <pre> 
 { 
         "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 
 } 
 </pre> 

 --- 

 I've also noticed (for the superuser) that the default User language set in the Base config does not apply but the theme does. 

Back