Bulk Delete Users

  1. 8 years ago

    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.

  2. admin

    3 Jun 2016 Administrator

    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).

or Sign Up to reply!