Feature Request: shredder

Hello!

we are in the process of cleaning up the User table. We have a lot
of autocreated user in there which we want to purge by a script
we created. We want to utilize the shredder cli to purge them.

But in the commandline shredder I could only identify
the user by email address.
This fails sometimes, because we have some strange
eMail-Strings in the DB.

As I workaround I could do this with the Web-UI, but it would be very
helpful if it would be possible to delete user by id.

regards!

sven

Hello!

we are in the process of cleaning up the User table. We have a lot
of autocreated user in there which we want to purge by a script
we created. We want to utilize the shredder cli to purge them.

But in the commandline shredder I could only identify
the user by email address.
This fails sometimes, because we have some strange
eMail-Strings in the DB.

Depending on what other Users plugin features you’re using
(replace_relations, no_tickets, etc) you might be able to do what you
want with the Objects=User,1234 plugin instead

-kevin