While busy setting up permissions to forms and tables, suddenly I
cannot access any of the forms neither as user who are member of the
group with access rights to the form/table nor as administrator.
I just get the message
Not authorized
ACCESS DENIED
This happens even after removing the decorators from the functions.
Why would this happen?
Example:
def fet05_create():
crud.settings.keepvalues = True
form=crud.create(db.fet05)
return dict(form=form)
This function previously had a decorator:
@auth.requires_membership(' fete' )
I was logged in as a member of the group 'fete' .
Regards
Johann
--
"Be not deceived; God is not mocked: for whatsoever a
man soweth, that shall he also reap."
Galatians 6:7