Implementation Guide for Oracle Billing Insight > Customizing User Management >

Customizing the Assisted Service User Password Update Requirements


Oracle Billing Insight forces agent users of the Assisted Service application to change his or her password every 90 days, and the new password cannot be the same as any of the last 4 passwords used by the same user. You can change these values.

To customize the Assisted Service user password update requirements

  • Open the security.xma.xml file, located in the following directory:
    • UNIX. EDX_HOME/xma/config/modules/security
    • Windows. EDX_HOME\xma\config\modules\security

      Modify the values in the CSRPasswordManageRule JavaBean:

    <bean id="CSRPasswordManageRule"
    class="com.edocs.common.security.authenticate.PasswordManageRule" scope="singleton">
    <property name="daysBeforeExpiration"> <value>90</value> <!--User password will be expired in the given days after created--></property> <property name="minUniqueNumOfPwd"> <value>4</value> <!--New password can not be the same as the last given password used by the same user--></property>
    </bean>

Implementation Guide for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.