Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

View a password expiration table

You can view a password expiration table and validate whether a record is created in it.

Before you begin

Role required: password_reset_admin

About this task

This table contains the password expiration information of an individual user in each process that the user is entitled to. The expiration framework uses this table information to send the expiration notification reminders across the credential stores. You can also view details of the record, such as if there are any errors, error logs, or password expiration dates.

Procedure

  1. Select All and then enter pwd_expiration.list in the navigation filter.

    The Password Expirations page shows the table with the generated records.

  2. View the various columns that you want to use in the table and validate the information.

    Column NameDescription
    UsersShows the reference to the sys_user table.
    Password Reset ProcessShows the reference to the password reset process table. The process that a user belongs to and for which you have configured password expiration.
    Last Password Reset DateShows the last date when the user reset the password.
    Password Expiration DateShows the date that indicates when the password is going to expire.
    Send NotificationShows whether password expiration notifications are to be sent or not.
    ActiveShows the status of the password expiration record. For example, suppose that a user is no longer associated with the process. In that case, the record shows the value as false. It means that the record is inactive and the scheduled process does not fetch the data for that user. The true value indicates that the record is active.
    Error CountShows whether there is any error while getting information about the user password expiration. For example, when getting information about a user’s password expiration while calling an external credential store, an error might occur.
    Last Refresh DateShows the last date when the record was refreshed from an external system.
    Last Error LogShows the last error log if there is any error while getting information about the user’s password expiration.

    Note: The password expiration table stores the password expiration information of different users for different password reset processes because both the tables are data domain separated. The password expiration table is also data domain separated. For more information about domain separation, see Domain separation and the Password Reset application.

Parent Topic:Configure password expiration reminder