LinHES Forums
http://forum.linhes.org/

Forgot PIN number for setup
http://forum.linhes.org/viewtopic.php?f=6&t=6227
Page 1 of 1

Author:  Tazzytazzy [ Wed Sep 28, 2005 2:31 pm ]
Post subject:  Forgot PIN number for setup

It's been a while since i've been in the setup portion of the frontend.. Now, I can't remember the pin number. Where is this stored, and how do I reset it?

Author:  cesman [ Wed Sep 28, 2005 5:30 pm ]
Post subject: 

It is stored in the DB somewhere.... Fire up Webmin and take a gander. If all else fails, post to the MythTV-user mailing list...

Author:  tjc [ Wed Sep 28, 2005 6:49 pm ]
Post subject: 

At a guess the settings table. Search for my directions on how to change stuff there.

Author:  kmkittre [ Fri Sep 30, 2005 10:20 am ]
Post subject: 

pin number? I just recently set up a frontend and I don't remember seeing anything about setting a pin...

Author:  khrusher [ Fri Sep 30, 2005 11:28 am ]
Post subject: 

I see this in the settings table

Code:
select * from settings where value ='SetupPinCodeRequired' and hostname ='mythtv'

value             data     hostname
SetupPinCodeRequired 0 mythtv


I have no PINs in use, so maybe updating that setting to 0 will allow you into setup again.

Author:  tjc [ Fri Sep 30, 2005 6:37 pm ]
Post subject: 

khrusher wrote:
Code:
select * from settings where value ='SetupPinCodeRequired' and hostname ='mythtv'

value             data     hostname
SetupPinCodeRequired 0 mythtv


You are correct young Jedi. This query might also be useful, since it will find all settings with names that include "pin".
Code:
mysql mythconverg -e "select * from settings where value like '%pin%'"

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/