Steve, you have asked quite a number of questions in the past week that suggest you have not read the web2py documentation. I would politely suggest that you take some time to read through the book, and then come here to ask questions that are not clearly covered in the documentation.
Also, in several cases, you have mentioned that some code of yours resulted in an error, but you have not reported the error. Always show the traceback (or if there is no traceback, explain in detail what you expected and what happened instead). On Thursday, April 21, 2016 at 8:23:18 AM UTC-4, Steve Joe wrote: > > auth = Auth(db) > auth.user_email.readable=False > auth.user_email.writable=False > What's wrong with this is that it appears you have invented some code that you have not seen anywhere in the documentation. What do you expect this to do, and why would you expect it to work? Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

