Our database (Vbulletin 4) was leaked in 2016 that contained the encrypted passwords.
Recently someone must have unencrypted them and is using bots with dynamic IPs to log into hundreds of old inactive accounts. Even though they can login, they need the security code sent to the email so in most cases they're unable to use the account anyway.
I did a force password reset in 2016 so when someone logged in, they were forced to change the password through email. However if someone never logged in, the password was never changed.
Using the 'batch update users' feature, I want to do a password change for all members that meet certain criteria.
/admin.php?users/batch-update
This would simply change their password to something random for each member. No emails need to be sent. If they ever come back then can just do a normal password reset.
Is there any addon or built in XF2 feature that does this?
Recently someone must have unencrypted them and is using bots with dynamic IPs to log into hundreds of old inactive accounts. Even though they can login, they need the security code sent to the email so in most cases they're unable to use the account anyway.
I did a force password reset in 2016 so when someone logged in, they were forced to change the password through email. However if someone never logged in, the password was never changed.
Using the 'batch update users' feature, I want to do a password change for all members that meet certain criteria.
/admin.php?users/batch-update
This would simply change their password to something random for each member. No emails need to be sent. If they ever come back then can just do a normal password reset.
Is there any addon or built in XF2 feature that does this?