- XF-Kompatibilität
- 2.3.x
- 2.2.x
- Kurzbeschreibung
- Automatically deletes users based on settings in options page. Runs daily at 12 AM UTC and can be manually triggered with no additional conditions needed.
Auto deletes users based on settings in options page.
(Example of options page)
Questions and answers:
Q: How often does the cron entry run?
A: It runs once a day at 12:00 AM UTC time.
Q: Can I run the cron entry manually?
A: Yes.
Q: What other conditions need to apply before a user is deleted?
A: The following conditions are also applied:
user_id > 1
is_moderator = 0
is_admin = 0
is_staff = 0
(Example of options page)
Questions and answers:
Q: How often does the cron entry run?
A: It runs once a day at 12:00 AM UTC time.
Q: Can I run the cron entry manually?
A: Yes.
Q: What other conditions need to apply before a user is deleted?
A: The following conditions are also applied:
user_id > 1
is_moderator = 0
is_admin = 0
is_staff = 0