Regarding disabling registration: there's no such property in the server configuration, however, you can just remove the link in AuthenticationPage.gxp and then remove the mapping to the registration servlet in the ServerMain class. It is not possible currently to create user accounts manually, but you can implement it with a "robot" agent - similar to existing robots - take a look at PasswordRobot. WIAB doesn't support LDAP or something like this, but it shouldn't be too hard to hook in such functionality.
2011/5/30 Nico Meisenzahl <[email protected]> > Hi all, > > is there a possible solution to disable "Register a new account" function? > So that only authorised user can create user-accounts. > Or to use something like LDAP, or XMPP user account integration? > > > Thanks! > > Von meinem iPad gesendet >
