rest users dont need to be admin

pull/21833/head
Bruno Windels 2019-04-09 16:32:07 +02:00
parent 7fbfe3159a
commit 200f95b312
1 changed files with 1 additions and 2 deletions

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(' ')}`;