- #141
Vic Sandler
- 4
- 3
Day 46. This morning I tried again. Office_shredder said to change both the username and the e-maill address. Last night I only changed the username. This morning I changed both the username and the e-mail address. It made no difference in the behavior. I get an e-mail telling me the account was created. The e-mail has a link that takes me to a page where I can log in with the username and password that I provided. When I do, it takes me to the following:
Below this there are two buttons one says "Decline", the other says "I Accept". I have been meditating on why there is a difference in syntax between these two choices when my time would be better spent wondering why they are threatening me with prosecution so early in the game. Clicking the "I Accept" button has no discernible effect. After clicking it, I logged out and back in, but it took me to the same Decline/I Accept page.
One possibility is the db table that holds login information is hosed. That's why I can't reset my password, that's why the decline/accept page doesn't work. Any page that writes to or updates any field in that table is subject to failure. Maybe reads too.
Another possibility is that the connection to the db is not working. Maybe it can't handle more than small number of connections at the same time.
Yet another possibility is that several tables are intertwined in such a way that a lock on a record in one table prevents the smooth operation of records in other tables. My money is on this one.
healthcare.gov said:Terms & Conditions
So that HealthCare.gov remains accurate and available to you and all other visitors, we monitor network traffic to identify unauthorized attempts to upload or change information or otherwise cause damage to the web service. Use of this system constitutes consent to such monitoring and auditing. Unauthorized attempts to upload information and/or change information on this website are strictly prohibited and are subject to prosecution under the Computer Fraud and Abuse Act of 1986 and Title 18 U.S.C. Sec.1001 and 1030.
To continue, you must accept the terms and conditions. If you decline, your login will automatically be cancelled.
Below this there are two buttons one says "Decline", the other says "I Accept". I have been meditating on why there is a difference in syntax between these two choices when my time would be better spent wondering why they are threatening me with prosecution so early in the game. Clicking the "I Accept" button has no discernible effect. After clicking it, I logged out and back in, but it took me to the same Decline/I Accept page.
One possibility is the db table that holds login information is hosed. That's why I can't reset my password, that's why the decline/accept page doesn't work. Any page that writes to or updates any field in that table is subject to failure. Maybe reads too.
Another possibility is that the connection to the db is not working. Maybe it can't handle more than small number of connections at the same time.
Yet another possibility is that several tables are intertwined in such a way that a lock on a record in one table prevents the smooth operation of records in other tables. My money is on this one.