diff options
author | elijah <elijah@riseup.net> | 2013-07-05 14:19:30 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-05 14:19:30 -0700 |
commit | 262c3b081e075e5de4b301aa46e74ae48b176dff (patch) | |
tree | 4c8e2648f553adca2d862ec5268c787c700ff0ce | |
parent | 861a3801cc4d2aa3e88b3f439aecfe51032430ec (diff) |
add allow anonymous to provider.json
-rw-r--r-- | provider.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/provider.json b/provider.json index f5d8712..bf6089d 100644 --- a/provider.json +++ b/provider.json @@ -16,5 +16,8 @@ "enrollment_policy": "open", "contacts": { "default": "sysdev@leap.se" + }, + "service": { + "allow_anonymous": true } } |