Hi, First thanks for your reply. I am trying to make a web form where a user can create a new user account. And so I noticed that the default login form is redirected to the fastform.py file by a /login_handler. So i though that if I wanted to create a ‘createaccount_handler’ then I would need to edit this fastform.py file..?
Thanks. On Monday, 28 December 2015 03:03:29 UTC+11, Alessandro Molina wrote: > > Uh, no the fastform.py is something internal and you should not need to > change it. It's not clear to me what you are trying to achieve, can you > provide more details? > > Il giorno sab 26 dic 2015 21:59 <[email protected] <javascript:>> ha > scritto: > >> Hey guys I am trying to make a create new user account page, and I have >> made the form, but now to connect it to the database am I supposed to edit >> the fastform.py file? >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TurboGears" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/turbogears. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

