On Wed, Oct 19, 2011 at 1:31 PM, d <sund...@gmail.com> wrote: > so, any idea where is problem? is it because fff() function is not > right? >
Any @auth. decorators first check if the user is logged in. So it is checking for logged in user before fire your fff function. You can supress (only in trunk) with require_login=False I guess it is your problem