1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +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', '-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(' ')}`;