Groups: How to add a huge amount of users to one group?

Hello,

as mentioned in the topic: is there a easy way to add lets say around 2.000 users (or even all registered user) to one group? typing every single name is no option :slight_smile:

And i’m using the embedded-db;-)

Cheers!

You could try it with “tail -f openfire.log” while no users are connected and add then one user to the group. The needed SQL should now be written to openfire.log. Then stop Openfire, make a backup of the embedded-db folder and use some magic to create a new (or append to the existing) openfire.log file to add these SQL statements for all 2000 users. Start Openfire and make sure that everything is fine.