1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

rest users dont need to be admin

This commit is contained in:
Bruno Windels
2019-04-09 16:32:07 +02:00
parent 7fbfe3159a
commit 200f95b312

View File

@@ -56,8 +56,7 @@ module.exports = class RestSessionCreator {
'-c homeserver.yaml',
`-u ${username}`,
`-p ${password}`,
// '--regular-user',
'-a', //until PR gets merged
'--no-admin',
this.hsUrl
];
const registerCmd = `./scripts/register_new_matrix_user ${registerArgs.join(' ')}`;