View scheduled jobs
You can view scheduled jobs for the process that you configured password expiration for. When you configure password expiration for a process, two scheduled jobs are created automatically.
시작하기 전에
Role required: password_reset_admin
이 태스크 정보
One scheduled job creates a record in the password expiration table, which has the
prefix as Sync password expiration records for pwd_process_
followed by a sys_id.
주:
This job runs only once. This scheduled job only creates
a record in the password expiration table. It doesn’t fetch information about
each user’s password expiration by calling the external credential store. For
example, the values for the Last Password Reset Date or
Password Expiration Date field remain empty. The
expiration reminder scheduled job retrieves the dates for all the expiration
records with empty dates before sending the expiration notifications.
The second scheduled job runs periodically based on configuration. The scheduled job
that has a prefix as pwd_expiration_reminder_ followed by a
sys_id does the following two actions:
- Fetches the latest information about the user’s password expiration.
- Sends a notification when the user’s password is going to expire.