On 20 mayo, 03:24, mdipierro <mdipie...@cs.depaul.edu> wrote:
> def user():
>       db.auth_user.email.writable=(request.args(0)!='profile')
>       return dict(form=auth())


I am a novice,

1) is that way better than creating a custom form ?

2) and how about changing permissions of email record after
registration?

Reply via email to