• Remember Mailing List

  • plone3 agx remember

    from Franklin Kingma on Jan 23, 2008 09:59 AM
    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?
    
    
    
    
    
    plone 3.0.5, membrane (trunk), remember (trunk) afx (trunk)
    
    
    Thread Outline:
  • Re: plone3 agx remember

    from ra 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
    
    • Re: plone3 agx remember

      from "David Bain" on Feb 11, 2008 09:58 PM
      Remember has some custom workflows, you may need to use those.
      
      On Feb 11, 2008 9:47 PM, Rob Miller <robm@...> wrote:
      
      > 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
      >
      >
      > --
      > Archive:
      > http://www.openplans.org/projects/remember/lists/remember/archive/2008/02/1202784447378
      > To unsubscribe send an email with subject unsubscribe to
      > remember@....  Please contact
      > remember-manager@... for questions.
      >
      >
      
      
    • Re: plone3 agx remember

      from peterf on Feb 11, 2008 11:46 PM
      On 11 Feb 2008, at 8:47 PM, Rob Miller wrote:
      >>
      > 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.
      
      Hey, Rob!
      Do you use some other modelling tool, or just keep it all in your  
      mind's eye with vi and svn?
      
      :-)
      
      Ciao & Happy Optimistic Year of the Rat!
      p
      
      
      Peter Fraterdeus
      http://ExquisiteLetterpress.com
      http://dubuquebookarts.com
      
      
      
      
      
      
      
      • Re: plone3 agx remember

        from ra on Feb 12, 2008 12:22 AM
        On Feb 11, 2008, at 8:46 PM, Peter Fraterdeus wrote:
        
        > On 11 Feb 2008, at 8:47 PM, Rob Miller wrote:
        >>>
        >> 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.
        >
        > Hey, Rob!
        > Do you use some other modelling tool, or just keep it all in your  
        > mind's eye with vi and svn?
        
        i use vi for sysadmin stuff, emacs for coding.  for workflow  
        development i'll use the ZMI to build the workflow and then i use  
        GenericSetup to export the XML workflow definitions.
        
        -r