mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
function name is good enough :)
This commit is contained in:
@@ -128,7 +128,6 @@ var bcrypt = require('bcryptjs'),
|
||||
db.sortedSetAdd('users:postcount', 0, uid);
|
||||
db.sortedSetAdd('users:reputation', 0, uid);
|
||||
|
||||
// Join the "registered-users" meta group
|
||||
groups.joinByGroupName('registered-users', uid);
|
||||
|
||||
if (password) {
|
||||
|
||||
Reference in New Issue
Block a user