We've imported our old mantis project. The users came along with it, but the user names are very random. I want to change all of them to the users email, so they can just come to the portal and do a password reset to get their account up and going again.
I have script runner, and I've seen a few scripts, but I'm not having much luck with it. I have a dev server setup where I can test my scripts. I don't know Java and I'm kind of lost as to what I want to do.
The users have the mantis-import-unused-users group assigned to them so I can use that to select them.
I want to then loop though them and change the username to their email address.
Thanks in advanced.