Property reference

glide.user.registration.purge_pending_requests

The glide.user.registration.purge_pending_requests property determines whether pending user registration requests are automatically removed from the sys_user_registration_request table after a specified interval. Admins should consider enabling this property to manage database clutter and ensure timely processing of user registrations.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? When set to true, this property triggers the deletion of pending user registration requests based on the defined purge interval, helping maintain a clean database.
What area does it affect? User Registration Management
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when adjusting user registration processes or managing database performance.

Out of the box property record

Raw metadata from the property record.

Property name glide.user.registration.purge_pending_requests
Sys ID 81a7544f73130010fdbd04fbc4f6a74e
Type boolean
Application Global
Default value false
Description if the value is true, pending user registration request record will be removed form sys_user_registration_request table post purge interval. Purge interval is defined in property glide.user.registration.pending.request.purge_interval
Updated 2020-03-06 01:51:20

Sources

Official references and nearby text excerpts where this property appears.