Re: plone3 agx remember
from
Rob Miller
on Feb 11, 2008 09:47 PM
Franklin Kingma wrote:
> hi list,
>
> i use agx to generate a custom content-type,
>
> i use the remember stereotype and nothing else, but when i install the
> the content-type and browse to the join_form / createMember I need to
> login.
>
> these are my tagged values:
> use_workflow: member_auto_workflow
> active_workflow_states: ['private', 'public']
>
> I guess I'm missing some security settings but i have no idea where to
> look (google wasnt of much help either)
>
> Any ideas?
i don't use AGX myself, so i can't speak to why it's not generating working
code, but i can probably help you debug the problem, if you're still having it.
to start, you'll want to read this page and follow the instructions so you can
get a traceback that indicates exactly what the authorization failure is:
http://plone.org/documentation/how-to/debug-unauthorized
-r