Using action:user.create hook in a plugin to make the user a part of a specific group doesn't add the user to registered-users group
-
Using
action:user.create
hook in a plugin to make the user a part of a specific group doesn't add the user to registered-users group.I had to call
groups.join
to make the user part of registered-users group. -
By the time
action:user.create
is fired the user should be already added toregistered-users
group, if not there is something terribly wronghttps://github.com/NodeBB/NodeBB/blob/master/src/user/create.js#L113
https://github.com/NodeBB/NodeBB/blob/master/src/user/create.js#L144
Copyright © 2024 NodeBB | Contributors