Roundup Tracker - Issues

Message3903

Author ryanhaigh
Recipients ryanhaigh
Date 2009-11-04.23:03:52
Message-id <1257375834.37.0.948705306425.issue2550599@psf.upfronthosting.co.za>
In-reply-to
Roundup is working well and I am currently trying to customize a few
things but one issue I have yet to resolve is allowing anonymous users
to register new accounts through the web interface. Currently they
receive the message "You do not have permission to create user" after
completing the registration form. I have attached my schema.py file
where I tried adding the create user permission for anonymous users.

Roundup (roundup-1.4.10.win32) is installed with python 2.6
(+pywin32-214.win32-py2.6) on windows server 2008.

Relevant section of config.ini:
# Register new users instantly, or require confirmation via
# email?
# Allowed values: yes, no
# Default: no
instant_registration = yes

# Offer registration confirmation by email or only through the web?
# Allowed values: yes, no
# Default: yes
email_registration_confirmation = yes
History
Date User Action Args
2009-11-04 23:03:54ryanhaighsetmessageid: <1257375834.37.0.948705306425.issue2550599@psf.upfronthosting.co.za>
2009-11-04 23:03:54ryanhaighsetrecipients: + ryanhaigh
2009-11-04 23:03:54ryanhaighlinkissue2550599 messages
2009-11-04 23:03:53ryanhaighcreate