MatrixGW/docker/synapse/delayed_accounts_creation.sh

2 lines
193 B
Bash
Raw Normal View History

2025-01-15 20:24:08 +00:00
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;