initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit e132bf18dc - Show all commits
+2 -2
View File
@@ -179,11 +179,11 @@ EOF
# Create Admin user
register_new_matrix_user -c /run/matrix-synapse/runtime-config.yaml \
-u "$ADMIN_USER" -p "$ADMIN_PASS" -a -k "$SECRET" http://localhost:8008
-u "$ADMIN_USER" -p "$ADMIN_PASS" -a http://localhost:8008
# Create Test user (non-admin)
register_new_matrix_user -c /run/matrix-synapse/runtime-config.yaml \
-u "$TEST_USER" -p "$TEST_PASS" --no-admin -k "$SECRET" http://localhost:8008
-u "$TEST_USER" -p "$TEST_PASS" --no-admin http://localhost:8008
# Save the credentials
cat > "$CREDS_FILE" << CREDS