aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-06-20 10:37:51 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-06-20 10:37:51 +0300
commit1a5ee95ee4e7b739158bc7571b01b32b1af792ad (patch)
treed4524542a196fa10f389ccaf490dce3d0b520844 /static/config.json
parentbfbc94d697df9e80e0454fbae776b6dec85dfc9b (diff)
Add a config.json option for enabling registration, don't link and redirect away from register page when it's disabled.
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 3b6d56c4..195ee046 100644
--- a/static/config.json
+++ b/static/config.json
@@ -2,5 +2,6 @@
"name": "Pleroma FE",
"theme": "base16-pleroma-dark.css",
"background": "/static/bg.jpg",
- "logo": "/static/logo.png"
+ "logo": "/static/logo.png",
+ "registrationOpen": false
}