[web2py:14890] Re: Proposal to automatically login after registering

2009-01-13 Thread nemik
Cool, thank you Massimo! On Jan 12, 4:56 pm, mdipierro mdipie...@cs.depaul.edu wrote: thank you. I will include it asap. On Jan 12, 3:16 pm, nemik ne...@nemik.net wrote: So on many sites I see when you register via a simple registration form that doesn't require email confirmation

[web2py:14881] Proposal to automatically login after registering

2009-01-12 Thread nemik
So on many sites I see when you register via a simple registration form that doesn't require email confirmation, then it just logs you in automatically after registering. Which is nice and cool. So I added a quick little thing to T2's register() function to do this. Let me know if you guys like

[web2py:14341] CRUD params not consistent with their comments

2008-12-31 Thread nemik
Hello, Maybe I'm doing this wrong, but I'm looking for an easy way to pass in a string to be displayed as flash once a form finishes for...let's say t2's create(). It is written in the t2 module: def create(self,table,next=None,vars={},onaccept=None):

[web2py:14360] Re: CRUD params not consistent with their comments

2008-12-31 Thread nemik
(Done) t2.create(db.table,next='index',onaccept=done) Massimo On Dec 31, 4:04 am, nemik ne...@nemik.net wrote: Hello, Maybe I'm doing this wrong, but I'm looking for an easy way to pass in a string to be displayed as flash once a form finishes for...let's say t2's create