View previous topic :: View next topic |
Author |
Message |
boneless
Joined: 05 Sep 2004 Posts: 29 Location: Netherlands
|
Posted: Sun Sep 05, 2004 8:31 pm Post subject: Question about register |
|
|
HI all,
I installed b2 today and wanna change to it from blogger. But I dont want anyone to be able to register and start posting. How can i prevent this from happening, cause standard it is set that anyone can register.
the blog is at www.boneless.nl/blog/ |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 241
|
Posted: Sun Sep 05, 2004 10:24 pm Post subject: |
|
|
In b2config.php it will say Code: | # set this to 0 or 1, whether you want to allow users to register on your blog.
$users_can_register = 1; | Change 1 to 0 |
|
Back to top |
|
 |
|