ISPConfig3. Autosignup

Discussion in 'General' started by Unatine, Mar 12, 2009.

  1. Unatine

    Unatine New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. Unatine

    Unatine New Member

    Ok :)
    Try to write this small page... May be solve problem with default language and country client's parameters.

    Thanks!
     
  4. phorce1

    phorce1 New Member

    <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>
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  6. phorce1

    phorce1 New Member

    I'm no sql genius :D

    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.
     

Share This Page