Is there a way to mass delete users in FOP2 manager?
I accidentally pressed recreate users and now I have a few hundred of them.
Is there a way to mass delete users in FOP2 manager?
I accidentally pressed recreate users and now I have a few hundred of them.
nope, you can use mysql command line client:
mysql -u root -p asterisk -e "delete from fop2users where id > 12123123"
(you will have to check the id numbers or whatever other field that will let you select the group of users you want deleted).