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
SkowronekSkowronek 

Self-Service Portal vs API Password Reset Rules

I am unable to find the password rules for setting passwords. Apparently, they are different throught he API as compared to just directly resetting your password through the Salesforce Self-Service Portal. In other words, I need to programatically limit passwords when setting through the API because the portal interface has different rules/logic.

Thanks.
SuperfellSuperfell
The API enforces the rules setup by the organization for passwords. (setup -> admin -> security controls -> password policies )
SkowronekSkowronek
Thanks for the quick response. Is the Customer Self-Service Portal supposed to follow the same rules?