| Author |
Disabling registration
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Is there a way to disable user self-registration from the main forum page so that only the users I create can log in to the forums?
[originally posted on jforum.net by mbongiov]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Add the following to your jforum-custom.properties file:
registration.enabled = false
Then restart / reload the jForum webapp so that the change gets picked up.
FWIW - The SystemGlobals.properties has all the defaults for the jForum properties. The comments in this file are pretty helpful in figuring out what the settings do. [originally posted on jforum.net by monroe]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
And you can also set this from the Admin Console / Configurations / Enable registration of new users [originally posted on jforum.net by GatorBait3]
|
 |
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
Thanks!
[originally posted on jforum.net by mbongiov]
|
 |
 |
|
|
subject: Disabling registration
|
|
|