Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. registration
    Log in to post
    • Varun Ganesh D

      How to restrict user from replying?
      Technical Support • email registration verification • • Varun Ganesh D

      6
      0
      Votes
      6
      Posts
      37
      Views

      Varun Ganesh D

      @julian If i hide the posts and set to view only for logged in users then it effects for SEO? I need to index all contents in google. If i hide post for only logged in users, Google crawl also can't detect posts right?

    • frissdiegurke

      [nodebb-plugin-email-whitelist] Email domain filter plugin
      NodeBB Plugins • domain email filter plugin registration • • frissdiegurke

      4
      8
      Votes
      4
      Posts
      1679
      Views

      psychobunny

      Welcome back @frissdiegurke 🙂

    • M

      Private forum possible with NodeBB? (visibility, sign-up, activation)
      General Discussion • protected registration sign-up visibility • • markus9876

      2
      0
      Votes
      2
      Posts
      1270
      Views

      julian

      Yes, this is possible through limiting privilege of the various categories, as well as potentially a custom bit of javascript to redirect users to the login page.

    • J

      Redirecting the user to a different registration page
      Technical Support • authentication custom registration • • jcano

      3
      0
      Votes
      3
      Posts
      1675
      Views

      PitaJ

      On top of what @baris said, if you are using a reverse-proxy like nginx, you can add that location to redirect to the same place.

    • JaredBusch

      Is there a method (plugin) to assign new registrations to a group?
      General Discussion • automation groups registration • • JaredBusch

      9
      0
      Votes
      9
      Posts
      2709
      Views

      W

      Ah, I just missed the module and started searching.

      Thanks for the hint how to install it 👍

    • A

      Is there any way to get notified when a new user signes up?
      General Discussion • email registration • • arasbm

      2
      0
      Votes
      2
      Posts
      1481
      Views

      baris

      Best way would be to write a plugin that listens for the hook action:user.create. This hook receives the userData and is fired whenever a new user is created.

    • Rantahu

      Can't Register or Login In
      General Discussion • nodebb redis registration • • Rantahu

      14
      0
      Votes
      14
      Posts
      5531
      Views

      julian

      Glad I could help 🙂

    • psychobunny

      Question and Answer plugin for the registration form
      NodeBB Plugins • plugin question registration spam • • psychobunny

      22
      9
      Votes
      22
      Posts
      10129
      Views

      Tanner

      @a_5mith some kind of versioning warning might suffice in the future.

    • S

      Disabled registration and now there is no login page...
      Bug Reports • disabled login registration • • Scuzz

      22
      0
      Votes
      22
      Posts
      9877
      Views

      U

      Looks like the server just needed one last restart. I think it's properly setup now.

      Yeap! Got into the admin panel, looks like I've got it to work on Openshift! I think the docs are being updated. If you're more the developer type take a crack at it, you'll have your own NodeBB.

      All's good 🙂 Thanks @baris