Setting Custom Password Policy

There may be instances where you may need to set a custom password policy. There is a new property that has been added to the tea.tra file to meet this requirement.

Procedure

  1. Open the tea. tra file.
  2. Under the TEA variables section, locate tibco.env.TEA_START_PARAMS.
  3. Specify the name and the -Dpassword.policy where -Dpassword.policy ="<location_of_custom_password_policy_xml_file>." The following is an example of setting a custom password policy:
    name=password.policy
    -Dpassword.policy="%TEA_CONFIG_HOME%/conf/TEAPasswordPolicy.xml" 
    or C:\tea230\tibco\cfgmgmt\tea\conf\TEAPasswordPolicy.xml 
    or "/home/user/tea_2.3.0/tibco/cfgmgmt/tea/conf/TEAPasswordPolicy.xml"