@@ -1600,6 +1600,11 @@ function checkoAuth()
return ($GLOBALS['plexoAuth'] && $GLOBALS['authType'] !== 'internal') ? true : false;
}
+function checkoAuthOnly()
+{
+ return ($GLOBALS['plexoAuth'] && $GLOBALS['authType'] == 'external') ? true : false;
+}
+
function showoAuth()
{
$buttons = '';
@@ -1,7 +1,7 @@
<?php
if (file_exists('config' . DIRECTORY_SEPARATOR . 'config.php')) {
$hideOrganizrLogin = (checkoAuth()) ? 'collapse' : 'collapse in';
- $hideOrganizrLoginHeader = (checkoAuth()) ? '' : 'hidden';
+ $hideOrganizrLoginHeader = (checkoAuthOnly()) ? 'hidden' : '';
$pageLogin = '
<script>
if(activeInfo.settings.login.rememberMe){