Error codes - PrincetonRidgeHA/HomeWeb GitHub Wiki
0x1
Multiple login attempt
Steps to reproduce:
- Go to
~/login
- Enter an incorrect password three times
Steps to resolve:
- Have user clear browser cache
- Have user delete all cookies
0x2
Table resident insert error
Steps to reproduce:
- Attempt to insert a malformed record into the table
residents
Steps to resolve:
- Verify that SQL code is correct and that all inputs are in the correct format and correct variable type.
0x3
Testing area auth key error
Steps to reproduce:
- Navigate to
~/test/:authkey/:testpage
where:authkey
is not equal to the development auth key.
Steps to resolve:
- Verify that the field
:authkey
is equal to the development auth key set by the environment or hard-coded into the site.