MatrixGW/docker/synapse/delayed_accounts_creation.sh

2 lines
193 B
Bash
Executable File

register_new_matrix_user -a --user admin1 --password admin1 --config /config/homeserver.yaml;
register_new_matrix_user --no-admin --user user1 --password user1 --config /config/homeserver.yaml;