From 8454d918e8d1d45d764a92af90b89651300aaed6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 17 Sep 2014 14:18:28 +0100 Subject: [PATCH] Warn if using over non https connection --- lib/login.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/login.php b/lib/login.php index 6021901..8c9256d 100644 --- a/lib/login.php +++ b/lib/login.php @@ -30,6 +30,9 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login";

" class="button"> Using over non-https connection.
SSL is recommended!'; + } if($ICEcoder["multiUser"] && $ICEcoderSettings["enableRegistration"]){ echo '
'.$t['Registration mode enabled'].'
'; }