From cbfdcff2615e901bdc434d06f38a3da8eecbdf8b Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 31 Jul 2016 10:46:17 +0200 Subject: Prepare settings for the API in the admin page and during the install API settings: - api.enabled - api.secret The API settings will be initialized (and the secret generated) with an update method. --- tpl/configure.html | 14 ++++++++++++++ tpl/install.html | 12 ++++++++++++ 2 files changed, 26 insertions(+) (limited to 'tpl') diff --git a/tpl/configure.html b/tpl/configure.html index 983bcd08..a015770e 100644 --- a/tpl/configure.html +++ b/tpl/configure.html @@ -80,6 +80,20 @@ + + Enable API + + + + + + + API secret + + + + diff --git a/tpl/install.html b/tpl/install.html index 88eb540e..eda4c54d 100644 --- a/tpl/install.html +++ b/tpl/install.html @@ -14,6 +14,18 @@ Update: + + + API: + + + + + + -- cgit v1.2.3