[chandler-users] chandler server registration

Randy Letness randy at osafoundation.org
Mon Feb 4 09:05:53 PST 2008


Sam Halliday wrote:
> Hi all,
>
> Is there any way to disable registration on a chandler server? We want 
> to keep our server private and not allow arbitrary signups. I've 
> looked in the properties file and didn't see anything that looked 
> relevant.
>

Currently there isn't a simple property-based way of doing this.  There 
is a bug open though: 
https://bugzilla.osafoundation.org/show_bug.cgi?id=7085

You can disable registration by hacking a little:

1. editing WEB-INF/jsp/login.jsp and disabling relevant ui (button for 
example)
2. editing WEB-INF/classes/applicationContext-security-cmp.xml and 
removing this line:
    /cmp/signup=ROLE_ANONYMOUS

-Randy


More information about the chandler-users mailing list