diff --git a/sahana/srv/sahana/data/Spotter/config.py b/sahana/srv/sahana/data/Spotter/config.py index e8effc1..d0a43e8 100644 --- a/sahana/srv/sahana/data/Spotter/config.py +++ b/sahana/srv/sahana/data/Spotter/config.py @@ -63,7 +63,7 @@ def config(settings): # Uncomment this to default the Organisation during registration settings.auth.registration_organisation_default = "My Organisation" # Uncomment this to request the Organisation Group when a user registers - settings.auth.registration_requests_organisation_group = True + #settings.auth.registration_requests_organisation_group = True # Uncomment this to have the Organisation Group selection during registration be mandatory #settings.auth.registration_organisation_group_required = True # Uncomment this to request the Site when a user registers