Related Topics
Pathfinder Custom Variables
Password enforcement settings variables are only for users using the Compliance or Cloud versions, and are set in the custom vars file to enforce password strength/security.
ForcePwdChangeEvery
This is an integer value that the number of days to elapse before requiring users to change their passwords.
Example
public override void SetSystemVars(BPLogix.WorkflowDirector.SDK.bp bp)
{
// Number of days before password change is required
bp.Vars.ForcePwdChangeEvery = 30;
}
Documentation Feedback and Questions
If you notice some way that this document can be improved, we're happy to hear your suggestions. Similarly, if you can't find an answer you're looking for, ask it via feedback. Simply click on the button below to provide us with your feedback or ask a question. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue with Process Director, please open a support ticket.

