Hi folks, does anyone know how to reassign "deletet UserGroups"? I've deleted old costumers which used to be web_1, web_2, web_3… but as I'm adding new costumers none of them get these free UserGroups assigned. Is there a way to make better use of available UserGroups — like a cleanup function somewhere?? Cheers
The ID numbers for websites (which are used for the groups as well) can not be reused as they are mysql auto increment numbers.
Thanks — thought it was an auto increment somewhere… Is there just one table where the ID numbers for websites are stored — and can I edit it without running into much trouble down the road? I was also planning on a migration from a Confixx system and it would be a smoother ride if I could match the naming convention of web1, web1p1, web1p2… Else there is a lot more work involved and people have to adjust their email account settings, ftp setting etc. As the Confixx user are consecutive from web1 to web42 and the ISPConfig only has current user starting at web51, it would be very sweet to just place them accordingly ;-) Anyone done this before, maybe? Cheers
There are some tables that are connected to each other, e.g. isp_isp_web, isp_nodes, isp_dep, etc. so it's possible that you mess up the database if you don't know what you're doing.