Hello there, I have created a module for ispconfig. On testing enviroment works pretty well. But when i'm going to put him on production i need to activate him for many customersm, otherways they didn't see him on the menu. So, there is a faster way to do it manually via system->cp users module of the ispconfig? Give sync problems create an sql query that enable the module for all the customers on one time? ty
I would do the activation by sql query. the sys_user table is not synced, so I wont expect problems. For a test, activate it for a single user by adding a where caluse for his user id, if this works, run it for the other users as well.