<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 29 November 2017 at 13:09, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 11/28/2017 07:46 PM, Anthony Giggins wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
the default admin:mythtv is not working.....<br>
<br>
I've followed all the steps here<br>
<br>
<a href="https://lists.gt.net/mythtv/users/609011" rel="noreferrer" target="_blank">https://lists.gt.net/mythtv/us<wbr>ers/609011</a><br>
<br>
and here<br>
<br>
<a href="https://forum.mythtv.org/viewtopic.php?f=36&t=1730" rel="noreferrer" target="_blank">https://forum.mythtv.org/viewt<wbr>opic.php?f=36&t=1730</a><br>
<br>
but its still not working :(<br>
<br>
similar to the above I get<br>
<br>
curl -H Accept:application/json localhost:6544/Myth/GetSetting<wbr>?Key=HTTP/Protected/Urls\&<wbr>HostName=_GLOBAL_<br>
{"String": ""}<br>
<br>
curl -H Accept:application/json localhost:6544/Myth/GetSetting<wbr>?Key=DBSchemaVer\&HostName=_<wbr>GLOBAL_<br>
{"String": "1348"}<br>
<br>
mysql> SELECT * FROM users; +--------+----------+---------<wbr>-------------------------+----<wbr>-----------------+ | userid | username | password_digest | lastlogin | +--------+----------+---------<wbr>-------------------------+----<wbr>-----------------+ | 1 | admin | bcd911b2ecb15ffbd6d8e6e744d60c<wbr>f6 | 0000-00-00 00:00:00 | +--------+----------+---------<wbr>-------------------------+----<wbr>-----------------+ 1 row in set (0.00 sec)<br>
<br>
I've tried reseting this to the default password_digest kkKdgqQekwSGxt5evalgLVXDmYY=<br>
</blockquote>
<br></span>
Hi,<br>
<br>
You'll have to define what not working means to you.<br>
<br>
You can't reset password_digest from WebFrontend.<br>
<br>
There's currently no GUI or endpoint to change it. I have a patch if you build<br>
from source. It's not ready for release yet.<br>
<br>
However, the above username/password_digest is correct for admin/mythtv.<br>
<br>
In order to make it useful, you also have to change HTTP/Protected/Urls<br>
from the empty string to /. Or a comma separated list of Services, like:<br>
Myth,Dvr,Video etc. If you do that and have some other application that<br>
uses the Services API, then it too would need to do digest authentication.<br>
<br>
The kkK... password was for user admin password asdfasdf which was what<br>
@jgoerzen was trying to use. It's not a default.<span class="gmail-HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill<br><br></font></span></blockquote><div><br></div><div>Hi Bill,</div><div><br></div><div>by not working I mean I cant login to any of the admin functions ie. Basically anything under "Setup" And "View Logs" under Information</div><div><br></div><div>any of the function that dont require admin access are working perfectly...</div><div><br></div><div>or are all of these functions yet to be written?</div><div><br></div><div><a href="https://www.mythtv.org/wiki/WebFrontend#Setup">https://www.mythtv.org/wiki/WebFrontend#Setup</a><br></div><div><br></div><div>as of 0.28 appears not but is this still the case in v29.0?</div><div><br></div><div>Cheers,</div><div><br></div><div>Anthony </div></div><br></div></div>