Login issue with superuser account
Added by Sigma Pic almost 10 years ago
Hello,
I use HTS Tvheadend 4.1-1429~ge29df17~jessie.
If I run "sudo dpkg-reconfigure tvheadend" and I let login and password empty, I cannot access the web server.
The web server request a login + password.
If I let these fields empty and validate, it ask me the credential again and again.
My superuser file is:
{
"username": "",
"password": ""
}
If I put something like that, I can login but it's written "No verified access".
{
"username": "admin",
"password": "admin"
}
Is there an explanation?
Thanks
Replies (1)
RE: Login issue with superuser account
-
Added by Mark Clarkstone almost 10 years ago
The superuser account is used as a backdoor in case you get locked out you shouldn't be using it otherwise..
If you want anonymous access you need to create a limited user (using an asterisk (*) as the username and password - this tells Tvheadend to accept any value) and then create yourself an admin account.
Note: be careful when picking options for the wildcard (*) account as whatever you pick will also apply to other accounts..
If you give Admin access to the wildcard account and create another user they will also have access to the Admin/Configuration tab even if you've not given them access/enabled it.
This is because Tvheadend by default combines the options of the wildcard account with other accounts as * matches anything.
HTH..