Re: Permission to create and comment on reviews?

2010-11-30 Thread Oz Linden (Scott Lawrence)
On Fri, Nov 26 I wrote: Is it possible to configure reviewboard so that: Accounts can be created by anyone Those accounts cannot create reviews or post comments until they have been manually added to the appropriate Permission Group? I'm setting up a system to be used by the Second Life

Re: Permission to create and comment on reviews?

2010-11-27 Thread Oz Linden (Scott Lawrence)
On 2010-11-26 21:41, Christian Hammond wrote: It should be, yeah. You can modify RegistrationForm in reviewboard/accounts/forms.py to do it. Off the top of my head, you could probably add a new save method, like: def save(self): user = super(RegistrationForm, self).save()

Re: Permission to create and comment on reviews?

2010-11-27 Thread Oz Linden (Scott Lawrence)
On 2010-11-26 21:41, Christian Hammond wrote: I also have a couple of suggestions on how to customize the site. I've done them by hand on mine (which won't be generally visible until I've got SSL installed), but I'm pretty sure I can see how to extend the Settings to support what I've

Re: Permission to create and comment on reviews?

2010-11-26 Thread Christian Hammond
On Fri, Nov 26, 2010 at 6:33 PM, Oz Linden (Scott Lawrence) o...@lindenlab.com wrote: Yes, that would do nicely. Would it be a small change to just change the default value of the 'active' flag be false?   Until the notification system was in place I could just instruct new users that they