Implementation Guide for Oracle Self-Service E-Billing > Customizing User Management >

Customizing the CSR User Password Configuration


You can customize the configuration for Customer Service Representative user passwords.

Oracle Self-Service E-Billing forces a CSR user 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 CSR user password configuration

  • Edit the security.xma.xml file, found in the EDX_HOME\xma\config\modules\security directory. Modify the values in the PasswordManageRule JavaBean:

    <bean id="PasswordManageRule"

    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 Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.