fix: by default, allow reading other users
This commit is contained in:
parent
f2066310d4
commit
f9dac1f038
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import * as bcrypt from '@da/bcrypt';
|
||||||
const DEFAULT_USER_PERMISSIONS: string[] = [
|
const DEFAULT_USER_PERMISSIONS: string[] = [
|
||||||
'self.read',
|
'self.read',
|
||||||
'self.write',
|
'self.write',
|
||||||
'rooms.read'
|
'rooms.read',
|
||||||
|
'users.read'
|
||||||
];
|
];
|
||||||
|
|
||||||
export const PRECHECKS: PRECHECK_TABLE = {};
|
export const PRECHECKS: PRECHECK_TABLE = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue