mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
closes #4014
This commit is contained in:
@@ -92,8 +92,6 @@ function registerAndLoginUser(req, res, userData, callback) {
|
||||
|
||||
user.deleteInvitation(userData.email);
|
||||
|
||||
user.notifications.sendWelcomeNotification(uid);
|
||||
|
||||
plugins.fireHook('filter:register.complete', {uid: uid, referrer: req.body.referrer || nconf.get('relative_path') + '/'}, next);
|
||||
}
|
||||
], callback);
|
||||
|
||||
Reference in New Issue
Block a user