1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17347] Add console command to delete users by user IDs

PHPBB-17347
This commit is contained in:
Marc Alexander
2024-06-20 21:17:48 +02:00
parent 127121f1d2
commit 77d1010081
3 changed files with 201 additions and 4 deletions

View File

@@ -281,6 +281,18 @@ services:
tags:
- { name: console.command }
console.command.user.delete_ids:
class: phpbb\console\command\user\delete_ids
arguments:
- '@language'
- '@log'
- '@user'
- '@user_loader'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: console.command }
console.command.user.reclean:
class: phpbb\console\command\user\reclean
arguments: