- Compatibilidade com XF
- 2.3.x
- 2.2.x
- Descrição curta
- 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 deleta usuários baseado em configurações na página de opções. (Exemplo da página de opções)
Respostas e perguntas:Can I run the cron entry manually?
The following conditions need to apply before a user is deleted:
user_id > 1
is_moderator = 0
is_admin = 0
is_staff = 0
Respostas e perguntas:Can I run the cron entry manually?
The following conditions need to apply before a user is deleted:
user_id > 1
is_moderator = 0
is_admin = 0
is_staff = 0