From f801ba2aca5e45a5f670278c328b00f22b946af2 Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Fri, 11 Sep 2015 12:02:00 +1000 Subject: [PATCH] allow registrations for applications --- roles/karaage3.1.17/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/karaage3.1.17/templates/settings.py.j2 b/roles/karaage3.1.17/templates/settings.py.j2 index 57d5559a..45f03fca 100644 --- a/roles/karaage3.1.17/templates/settings.py.j2 +++ b/roles/karaage3.1.17/templates/settings.py.j2 @@ -304,7 +304,7 @@ SHIB_SUPPORTED = True # # default: ALLOW_REGISTRATIONS = False # -# ALLOW_REGISTRATIONS = True +ALLOW_REGISTRATIONS = True # Do we allow any logged in user to access all usage information? # -- GitLab