Opened 17 years ago
Closed 17 years ago
#1695 closed defect (duplicate)
Unable to get to setup screens if SetupPinCodeRequired is set
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
On the latest SVN if you have SetupPinCodeRequired? set to 1, then the setup screens won't come up. You can see several database calls in relation to the setup screens starting, but the setup screens never appear (passcode prompt also does not appear). If you set SetupPinCodeRequired? to zero then the screens appear.
Here are the DB calls from a verbose log.
2006-04-15 12:17:12.075 MSqlQuery: SELECT data FROM settings WHERE value = 'SetupPinCodeRequired?' AND hostname = 'mythtv'; 2006-04-15 12:17:12.078 MSqlQuery: SELECT data FROM settings WHERE value = 'SetupPinCode?' AND hostname = 'mythtv';
Setting this to major as with kids, parental control is very important.
See #1540.