Make it True on registration form, and false in login form. If reguest.args(0) == 'register': db.auth_user.xyz.writable = true else: ...= false
On 11 Aug 2011 17:43, "vapirix" <[email protected]> wrote: Sure, but then how can I have them input the key on registration if writable is false? =D On Aug 11, 10:41 am, Marin Pranjic <[email protected]> wrote: > They will not if you set writ... > On 11 Aug 2011 17:16, "vapirix" <[email protected]> wrote: > > The only problem with that is that ...

