[web2py] Re: Crazy problem !!
two problems with this: db.addmaterial.techer==auth.user.first_name auth.user exists only if the user is logged in so your actions should @auth.requires_login() the other problem is it is not a idea to "denormalize" by storing the user first_name into db.addmaterial.teacher. You should re
[web2py] Re: Crazy problem !!
So what to do ??