Roundup Tracker - Issues

Message391

Author ber
Recipients
Date 2002-10-04.15:46:05
Message-id
In-reply-to
It does not seem to be possible to deny registration.
The configuration variables in security.txt do not seem
to work and there is no example in config.py.

Strangely enough I also get other errors with that
registration.
Namely: 

 Traceback (most recent call last):
  File
"/spare/roundup/0.5.0/lib/python2.1/site-packages/roundup/cgi/client.py",
line 405, in handle_action
    getattr(self, method)()
  File
"/spare/roundup/0.5.0/lib/python2.1/site-packages/roundup/cgi/client.py",
line 607, in registerAction
    if self.session:
AttributeError: Client instance has no attribute 'session'
History
Date User Action Args
2009-02-03 14:20:05adminlinkissue618611 messages
2009-02-03 14:20:05admincreate