Search forum for "autosignup", but all solutions (as i'm understand) created for ISPConfig2. Need some functional, that clients can register themselves (with admin approve or without). Maybe just execute some functions from ISPConfig3 code in separate page with signup form?
The functions are tied directly to the ispconfig form handlers so this will not work The only solution is to write directly to the database at the moment as the remoting framework for ispconfig 3 is still in early stages of development.
Ok Try to write this small page... May be solve problem with default language and country client's parameters. Thanks!
<sigh> So, no way to automate putting in the 1700 email accounts I need to add to the domain I'm setting up unless I poke straight at the tables. </sigh>
Writing a script that ads email addresses to a domain in ispconfig to the sql tables takes no longer then writing a script that uses the remoting extension when all these addresses belong to the same domain.
I'm no sql genius I can do it, but I'll need to study the tables for a while. I'll post what I come up with here. I just finished fixing some issues with radiator that have been bugging me for a while so at least I'm currently in a MySQL state of mind at the moment.