[web2py] Re: Check box access

2018-12-09 Thread pradeep chauhan
yes if if auth.user.first_name ="string": On Sunday, December 9, 2018 at 1:48:35 PM UTC+5:30, 黄祥 wrote: > > think you can compare the logged in user with if else condition > *ref:* > > http://web2py.com/books/default/chapter/29/02/the-python-language#if-elif-else > http://web2py.com/books/def

[web2py] Re: Check box access

2018-12-09 Thread 黄祥
think you can compare the logged in user with if else condition *ref:* http://web2py.com/books/default/chapter/29/02/the-python-language#if-elif-else http://web2py.com/books/default/chapter/29/09/access-control http://web2py.com/books/default/chapter/29/07/forms-and-validators best regards, stifan