diff options
| author | Roger Braun <roger@rogerbraun.net> | 2018-11-07 16:56:12 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2018-11-07 16:56:12 +0100 |
| commit | 50264410f541c8f9f3416bd0027fc199cb96e424 (patch) | |
| tree | 70596ee399c44bb5052f13d85964e31fa051f04d /static | |
| parent | bcbaf5d7ee970a1bd35e05ad12f4dfbb00f4282e (diff) | |
Add login form back in.
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 3 |
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" } |
