DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2018 06:47:10 +0000 (14:47 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2018 06:47:10 +0000 (14:47 +0800)
DataObjects/Core_person.php

index 3ee20c6..aa23725 100644 (file)
@@ -306,7 +306,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         if (!empty($ff->Pman['local_autoauth']) && $ff->Pman['local_autoauth'] === true) {
             $auto_auth_allow  = true;
         }
-        if  (
+        if  ( !empty($ff->Pman['local_autoauth'])
+             &&
                 (!empty($_SERVER['SERVER_ADDR'])) &&
                 (
                     $_SERVER['SERVER_ADDR'] == '127.0.0.1' &&
@@ -353,7 +354,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $u->autoJoin();
         $ff = HTML_FlexyFramework::get();
         
-        if ($auto_auth_allow &&
+        if ($auto_auth_allow && 
             ($default_admin ||  $u->get('email', $ff->Pman['local_autoauth']))
         ) {