We have nearly 400 fake russian service desk customer accounts where the names appears to be links to most likely fraudulent services.
How do we correctly delete these accounts (apparently never logged in).
Yes, we have now activated CAPTCHA.
Best regards,
Arne
Sorry to hear that you are adversely impacted by this problem. Given your description, I believe you are effected by this bug: https://jira.atlassian.com/browse/JSDSERVER-5706
There also exists a different work-around where you can run specific SQL commands to clean up the internal user directory that is listed on that bug ticket, although this rest method by Edwin looks promising as well.
I would recommend watching that bug ticket for updates on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arne,
Using REST API.
/rest/api/2/user/search?username=.&maxResults=1000
@.*ru$
/rest/api/2/user?username=<username>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.