mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-17 15:03:53 +02:00
Merge branch '0.0.10-alpha' of ssh://numinibsd/git/base/enigma-bbs into 0.0.11-beta
This commit is contained in:
commit
76d421ecf7
1 changed files with 2 additions and 1 deletions
|
@ -408,7 +408,8 @@ module.exports = class User {
|
|||
});
|
||||
},
|
||||
function setInitialGroupMembership(trans, callback) {
|
||||
self.groups = config.users.defaultGroups;
|
||||
// Assign initial groups. Must perform a clone: #235 - All users are sysops (and I can't un-sysop them)
|
||||
self.groups = [...config.users.defaultGroups];
|
||||
|
||||
if(User.RootUserID === self.userId) { // root/SysOp?
|
||||
self.groups.push('sysops');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue