dansup
- 1y ·
-
Public·
-
mastodon.social
@tercean Find the `app_register_ip` then run this
```
$users = User::whereAppRegisterIp('XXX')->get();
foreach($users as $user) {
\App\Jobs\DeletePipeline\DeleteAccountPipeline::dispatch($user);
}
```