@phenomlab Perfect!!! Many thanks.
Is there any way to disable 'register' on the login page?
-
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?
-
@phenomlab Found it: In ACL, to enable this feature, go to Settings โ User โ User Registration and set Registration Type to โAdmin Approvalโ.
-
@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?
-
@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.
-
@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โ.
-
@qwinter yep, knew it was there somewhere
-
Did this solution help you?
Related Topics
-
Test of youtube embeds
Solved Configure -
-
MogoDB v6 to v7 upgrade
Solved Configure -
-
-
Category For User
Solved Configure -
-