Skip to content

Is there any way to disable 'register' on the login page?

Solved Configure
8 2 1.7k 1
  • I’m using the ‘private forum’ plugin, and it does as expected, it redirects to a login page when any url is visited. However, for a private forum (invitation only) you would also need the ‘register’ button to be gone. Or perhaps have some kind of manual approval process. Is this possible?

  • @qwinter the problem with NodeBB plugins it’s that, like WordPress, they are susceptible to being abandoned or becoming stale in the sense that further development ceases and the project becomes forgotten.

    Learning plugin development for yourself isn’t too hard and the are some very concise guides on the NodeBB site that detail this process.

    The NodeBB ecosystem is well supported, but that may not extend to third party plugins.

    @phenomlab Found it: In ACL, to enable this feature, go to Settings → User → User Registration and set Registration Type to “Admin Approval”.

  • I’m using the ‘private forum’ plugin, and it does as expected, it redirects to a login page when any url is visited. However, for a private forum (invitation only) you would also need the ‘register’ button to be gone. Or perhaps have some kind of manual approval process. Is this possible?

    @qwinter potentially possible with a hook, or the old fashioned way of using CSS to hide the button. For the register page itself, you could force a redirect to the login page which would achieve something similar, albeit slightly primitive.

  • @qwinter potentially possible with a hook, or the old fashioned way of using CSS to hide the button. For the register page itself, you could force a redirect to the login page which would achieve something similar, albeit slightly primitive.

    @phenomlab Thanks. Maybe the best ‘journey’ is to let people fill a form when they try to register, and inform them that a human will review their application. Is there an easy way to do this?

  • @phenomlab Thanks. Maybe the best ‘journey’ is to let people fill a form when they try to register, and inform them that a human will review their application. Is there an easy way to do this?

    @qwinter not quite the same, but you I think there’s a setting that allows manual approval in the ACP somewhere. This way, if someone does register, at least you can approve it first.

  • @qwinter not quite the same, but you I think there’s a setting that allows manual approval in the ACP somewhere. This way, if someone does register, at least you can approve it first.

    @phenomlab There’s this plugin:
    user approval
    But it’s old and I worry about non-maintained pluings (have used WP in a past life and I want nothing of the short). Is nodebb’s plugin ecosystem as brittle as WP’s?

    Will search for that setting, this feels like it could be in core.

    What is the best way to learn about plugin quality other than installing them and realize later that something is broken? Asking the elders here? I coudn’t find any kind of listing. Perhaps because node has a decent package manager this could be somewhat easier to implement than the wild wild west that WP plugins are.

  • @phenomlab There’s this plugin:
    user approval
    But it’s old and I worry about non-maintained pluings (have used WP in a past life and I want nothing of the short). Is nodebb’s plugin ecosystem as brittle as WP’s?

    Will search for that setting, this feels like it could be in core.

    What is the best way to learn about plugin quality other than installing them and realize later that something is broken? Asking the elders here? I coudn’t find any kind of listing. Perhaps because node has a decent package manager this could be somewhat easier to implement than the wild wild west that WP plugins are.

    @qwinter the problem with NodeBB plugins it’s that, like WordPress, they are susceptible to being abandoned or becoming stale in the sense that further development ceases and the project becomes forgotten.

    Learning plugin development for yourself isn’t too hard and the are some very concise guides on the NodeBB site that detail this process.

    The NodeBB ecosystem is well supported, but that may not extend to third party plugins.

  • @qwinter the problem with NodeBB plugins it’s that, like WordPress, they are susceptible to being abandoned or becoming stale in the sense that further development ceases and the project becomes forgotten.

    Learning plugin development for yourself isn’t too hard and the are some very concise guides on the NodeBB site that detail this process.

    The NodeBB ecosystem is well supported, but that may not extend to third party plugins.

    @phenomlab Found it: In ACL, to enable this feature, go to Settings → User → User Registration and set Registration Type to “Admin Approval”.

  • @phenomlab Found it: In ACL, to enable this feature, go to Settings → User → User Registration and set Registration Type to “Admin Approval”.

    @qwinter yep, knew it was there somewhere 😁

  • phenomlabundefined phenomlab has marked this topic as solved on

Did this solution help you?
Did you find the suggested solution useful? Support 💗 Sudonix with a coffee
If your organisation needs deeper expertise around infrastructure, security, or technology leadership, learn more about Phenomlab Ltd. Many of the deeper technical guides behind Sudonix are published there.

Related Topics
  • Spam spam spam

    Solved Configure nodebb
    6
    2 Votes
    6 Posts
    868 Views
    @Panda said in Spam spam spam: ok, yes Ive seen the queue, it shows IP, but doesnt have a field for comments from registrant. It’s not designed for that. It merely serves as a gateway between posts appearing on your form or not. @Panda said in Spam spam spam: It would be better if nodebb had this plugin included in ACP list, as not only then do you know its approved and should work, but many people cant or dont want to use CLI on the server That’s a question for the NodeBB devs but in all honesty you can’t not use the CLI when installing nodebb so to be this isn’t a big deal.
  • Test of youtube embeds

    Solved Configure nodebb
    14
    11 Votes
    14 Posts
    2k Views
    @phenomlab Perfect!!! Many thanks.
  • mongodb backup problem

    Moved Configure mongodb
    3
    1
    1 Votes
    3 Posts
    848 Views
    You might want to also review this post https://sudonix.org/topic/389/mongodb-backup-script
  • Removing blue 'moved' tag from post

    Solved Configure nodebb
    16
    2
    3 Votes
    16 Posts
    3k Views
    @phenomlab Ah, got it working! I reversed the CSS addition to put z index high, and then I could see another error box saying fork title must be at least 3 characters. So made the new fork title longer and button responded.
  • NodeBB: Creating pages

    Solved Configure nodebb create page
    9
    0 Votes
    9 Posts
    2k Views
    OK, I think I have figured out how to place a link in the footer which will click to a new page.
  • Email Server Settings

    Solved Configure mx entry
    25
    10 Votes
    25 Posts
    5k Views
    @Onix said in Email Server Settings: If anyone has long-term experience with self-hosted SMTP + DNS set-ups that remain stable, would be great to hear which configurations worked best. I can help with this
  • nginx can't start again

    Moved Solved Configure nginx server error
    20
    2 Votes
    20 Posts
    3k Views
    @elhana-fine Yes that will happen of course if you still choose to restart the NGINX service after making a change and the test fails. The test on it’s own will state the error and the line number allowing you to fix that first
  • Cannot read property 'config' of undefined

    Solved Configure
    1
    0 Votes
    1 Posts
    634 Views
    No one has replied