Rafael Steil wrote:HHmm.. If you make your own implemenation of LoginAuthenticator (default implementation is DefaultLoginAuthenticator.java), then you don't need to do this replication of users by hand. JForum will automatically check if the incoming user exist in its database and, if it does not, insert it.
Rafael
In my case I'll have 3 sets of users (students, teachers & staff) so I'm planning to replicate them in the JForum DB, just to make sure that the groups are in sync and give them the appropriate permissions depending on the group they belong to.
Is there any way to prevent new users to be created in JForum at all, except by directly inserting them in the DB? I
just want those controlled users to be able to access the forums. I'd like also to prevent them to change the user settings in their profile (email & password) as that will be determined at the original system.
Are there any properties or settings in JForum to configure it like that?
Cheers"
D.
[originally posted on jforum.net by GreenEyed]