function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
iolblurriolblurr 

ChangePassword page issue

I have a custom VF page for my customer portal.  It is called PortalChangePassword.

 

When a user reaches this page, they fill in their username, current password, and new password.  When the code hits:  Site.changePassword, an error is returned:  "Your access is not allowed. Contact your site administrator."

 

This error is NOT coming from my code.  It is coming from Site.changePassword.

 

I am going nuts trying to figure this out...not a single google search reveals anything related to this error.