[web2py] Re: readable/writable settings of auth.signature

2011-04-30 Thread niknok
Yes, it did work. Sorry for that post.

My error was that I should have set both to False but I was only
setting .readable=False, but not doing the same to .writable.

Thanks!

/r
Nik





On Apr 29, 9:45 pm, Massimo Di Pierro massimo.dipie...@gmail.com
wrote:
 It should work. Can you post your model so I can try it?

 On Apr 29, 2:09 am, niknok nikolai...@gmail.com wrote:







  I'm trying to set it like this: db.mytable.is_active.readable=False
  but it doesn't appear to be working as they still show up in the CRUD
  forms I make.

  Is there a way to individually set the readable, writable settings for
  each field that auth.signature creates?


[web2py] Re: readable/writable settings of auth.signature

2011-04-29 Thread Massimo Di Pierro
It should work. Can you post your model so I can try it?

On Apr 29, 2:09 am, niknok nikolai...@gmail.com wrote:
 I'm trying to set it like this: db.mytable.is_active.readable=False
 but it doesn't appear to be working as they still show up in the CRUD
 forms I make.

 Is there a way to individually set the readable, writable settings for
 each field that auth.signature creates?