Results 1 to 15 of 15

Thread: Close user registration in phpBB2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Triple Platinum Member hotmale's Avatar
    Join Date
    Mar 2004
    Location
    Lebanon
    Posts
    867
    Disallowing names shouldn't affect existing members:
    Please note that you will not be allowed to specify any username that has already been registered. You must first delete that name then disallow it.
    It depends how often you'll be adding members. Disallowing names should work fine if you're going to add few users every once in a while.

    Or may be you could just password-protect the registration page if it's possible.

    I also noticed the "Enable account activation" feature in General Admin > Configuration. Select the value "Admin". That might be an alternative.

  2. #2
    Triple Platinum Member Curio's Avatar
    Join Date
    Nov 2004
    Location
    London
    Posts
    686
    Woohoo well done Hotmale that was just what I wanted - although it doesn't stop the account being created it can't be used and that is good enough for what I want.

    Thank you.
    I'm using Windows 7 - you got a problem with that?

  3. #3
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    Similar setting in vBulletin.

    Moderate New Members: "Allows you to validate new members before they are classified as registered members and are allowed to post."

    =========== Please Read The Forum Rules ===========

  4. #4
    Triple Platinum Member hotmale's Avatar
    Join Date
    Mar 2004
    Location
    Lebanon
    Posts
    867
    Quote Originally Posted by Curio
    Woohoo well done Hotmale that was just what I wanted - although it doesn't stop the account being created it can't be used and that is good enough for what I want.

    Thank you.
    You can always count on me, dude

  5. #5
    Bronze Member carloc's Avatar
    Join Date
    Sep 2004
    Location
    Italy
    Posts
    149
    Why don't you simply remove the register link in the "index.php" page?

  6. #6
    Triple Platinum Member hotmale's Avatar
    Join Date
    Mar 2004
    Location
    Lebanon
    Posts
    867
    Quote Originally Posted by carloc
    Why don't you simply remove the register link in the "index.php" page?
    Too easy to bypass.

  7. #7
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    Quote Originally Posted by hotmale
    Too easy to bypass.
    Carloc was joking in reference to Curio's first post. "not a theory about removing links to the registration script please"

    =========== Please Read The Forum Rules ===========

  8. #8
    Bronze Member carloc's Avatar
    Join Date
    Sep 2004
    Location
    Italy
    Posts
    149
    LOL... just joking!

    Have you searched here? http://www.phpbbhacks.com/

    Anyway... I asked to a friend of mine and he told me it's quite difficult to do without using the mysql db directly.
    In the db you should find a table named "phpbb_users" in which each registered user has an own progressive ID. Here you can find the Anonimous user which has ID set to -1. If you delete it, any new user that attempts to register will prompt a message that he/she is already registered. This means that the Administrato can't create new users too!! So you will need to manually edit the db. I'm not sure this procedure can work properly but it could be a tip...

  9. #9
    Triple Platinum Member hotmale's Avatar
    Join Date
    Mar 2004
    Location
    Lebanon
    Posts
    867
    Quote Originally Posted by Reverend
    Carloc was joking in reference to Curio's first post. "not a theory about removing links to the registration script please"


    When I posted that reply, it was probably late. So, I guess you'll have to let me get away with it this time
    Last edited by hotmale; June 23rd, 2005 at 05:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •