pwd_reset.enable.dbListener
ServiceNow property description:
This property will enable/disable the DBListener feature on user insertion/deletion, user-group insertion/deletion and password reset process deletion.
Attributes
- Sys ID: 98b30bfe536530106bdaddeeff7b124b
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `pwd_reset.enable.dbListener` controls the activation of the DBListener feature, which monitors specific database events. When enabled, this property allows the system to listen for user insertions and deletions, user-group insertions and deletions, and deletions related to the password reset process. This can be useful for maintaining synchronization and ensuring that changes in user and group data are promptly reflected in the system. Disabling this property would stop the DBListener from monitoring these events, potentially affecting the real-time update capabilities. The property is part of the broader set of configurations available for managing password expiration and reset functionalities in ServiceNow.
Source