aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2018-11-07 16:56:12 +0100
committerRoger Braun <roger@rogerbraun.net>2018-11-07 16:56:12 +0100
commit50264410f541c8f9f3416bd0027fc199cb96e424 (patch)
tree70596ee399c44bb5052f13d85964e31fa051f04d /static
parentbcbaf5d7ee970a1bd35e05ad12f4dfbb00f4282e (diff)
Add login form back in.
Diffstat (limited to 'static')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index a6eace0f..69a70741 100644
--- a/static/config.json
+++ b/static/config.json
@@ -12,5 +12,6 @@
"formattingOptionsEnabled": false,
"collapseMessageWithSubject": false,
"hidePostStats": false,
- "hideUserStats": false
+ "hideUserStats": false,
+ "loginMethod": "password"
}