Password Change

The following change password policy must be added to set the password as productive using the administrative change password request.

Copy
<Form name="con_prov_policy_user_create_username" objectType="account"type="ChangePassword">
    <Attributes>
        <Map>
            <entry key="TemplateOwnerDefinition">
                <value>
                    <DynamicValue value=""/>
                </value>
            </entry>
        </Map>
    </Attributes>
    <Field displayName="Productive Password" filterString=""helpKey="ProductivePasswordFlag" name="Productive Password" required="true"type="string" value="true">
        <AllowedValuesDefinition>
            <Value>
                <List>
                    <String>true</String>
                    <String>false</String>
                </List>
            </Value>
        </AllowedValuesDefinition>
    </Field>
</Form>