Resetting RBAC users passwords


Use the following procedure to reset the RBAC users passwords if the RBACAdmin (or user with RBACAdmins role) has forgotten their password.

Note

This procedure resets all passwords for SRP users in the RBAC and then allows you to set the BLAdmin and RBACAdmin user passwords.

  1. To connect to the database, access a SQL prompt using any database management tool. For example, Oracle Enterprise Manager or SQL*Plus (for Oracle) or SQL Server Management Studio (for SQL Server).
  2. Execute the following commands to set the passwords to a blank value.

    SQL> delete from system_property where name = 'tpasswd.conf_created_on';
    SQL> update bluser set password = '';
    SQL> commit;
  3. Run the Application Server Configuration wizard and set the new passwords for the BLAdmin and RBACAdmin users on the User Passwords tab of the wizard.  All other information does not need to be edited.See Changing settings using the Application Server Configuration wizard.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*