Re: User-set domain-prefixes, i.e. myname.googlegroups.com

2012-01-02 Thread Alec Taylor
On Mon, Jan 2, 2012 at 5:27 AM, creecode wrote: > Hello Alec Taylor, > > I've done something like this at one of my websites. > > The basic steps I use are gather the info in a form. > > On form submit the info goes into a website registration database and the > user is sent a website creation con

Re: User-set domain-prefixes, i.e. myname.googlegroups.com

2012-01-01 Thread creecode
Hello Alec Taylor, I've done something like this at one of my websites. The basic steps I use are gather the info in a form. On form submit the info goes into a website registration database and the user is sent a website creation confirmation email. The user receives the email and clicks on t

User-set domain-prefixes, i.e. myname.googlegroups.com

2012-01-01 Thread Alec Taylor
Good morning, I want to integrate user-set domain-prefixes to the registration process of my site. Sample form: Username: [] Name: [] Password: [] Email: [] Domain prefix: [].googlegroups.com How would I go about doing this in Django? — I suspect there would be some facets o