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', '-c homeserver.yaml',
`-u ${username}`, `-u ${username}`,
`-p ${password}`, `-p ${password}`,
// '--regular-user', '--no-admin',
'-a', //until PR gets merged
this.hsUrl this.hsUrl
]; ];
const registerCmd = `./scripts/register_new_matrix_user ${registerArgs.join(' ')}`; const registerCmd = `./scripts/register_new_matrix_user ${registerArgs.join(' ')}`;