Hi, I added some new fields and removed others on register.asp
I am receiving the following error only when updating a user profile:
| Error |
Only members with sufficient permission can access this
page.
A security error has occurred with
authentication.
Please ensure that all cookies are enabled on your web
browser, you are not using a saved or cached copy of the page, and your
Firewall/Proxy settings are not hiding or masking your IP address. |
I have tracked the problem down to this line of code:
Call checkFormID(Request.Form("formID"))
If I comment out this line, I can successfully edit the user profile.
Please advise.