for now, enabling guest accounts for training centres is done manually by adding the right row in the training_centre_features table with has_guest_account=1; we may want an API route and a UI so that training centres can enable/disable their guest accounts.
for now, enabling guest accounts for training centres is done manually by adding the right row in the
training_centre_featurestable withhas_guest_account=1; we may want an API route and a UI so that training centres can enable/disable their guest accounts.