From 51320919fc2dec647607ef52f0f07bbec7370e9b Mon Sep 17 00:00:00 2001 From: hawk Date: Sat, 5 Jan 2019 18:56:31 +0500 Subject: [PATCH] add warning on setup over http connection --- public/setup.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/setup.php b/public/setup.php index d961195d..73df46f7 100644 --- a/public/setup.php +++ b/public/setup.php @@ -338,6 +338,15 @@ if ($error != 0) {

Change setup password

+ + +

Warning: connection not secure, switch to https if possible

+ + @@ -370,6 +379,15 @@ if ($error != 0) {

Create superadmin account

+ + +

Warning: connection not secure, switch to https if possible

+ +