toggle menu
FOP2 Forum
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Support
Bulk Delete Users
avayax
May 2016
in
Support
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.
Comments
nicolas
June 2016
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).
Sign In
or
Register
to comment.
Comments
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).