Просмотр исходного кода

Removed PMA SSO feature due to 2 bugs

#1825
Jaap Marcus 4 лет назад
Родитель
Сommit
13532c1dcd
2 измененных файлов с 3 добавлено и 2 удалено
  1. 0 1
      CHANGELOG.md
  2. 3 1
      web/templates/pages/edit_server.html

+ 0 - 1
CHANGELOG.md

@@ -9,7 +9,6 @@ All notable changes to this project will be documented in this file.
 - **NOTE:** Manual upgrade scripts are available to update Roundcube, Rainloop and PHPmyadmin to the last version they can be found in /usr/local/hestia/install/upgrade/manual/
 
 ### Features
-- Introduced single sign-on support for phpMyAdmin.
 - Introduced support for NGINX FastCGI cache.
 - Introduced support for SMTP Relay / smarthosts (server-wide or per-domain).
 - Introduced the ability to choose which webmail client to use per-domain (Roundcube or Rainloop).

+ 3 - 1
web/templates/pages/edit_server.html

@@ -502,7 +502,9 @@
 												<br><br>
 											</td>
 										</tr>
-										<?php if ($_SESSION['POLICY_SYSTEM_ENABLE_BACON'] === 'true') {?>
+										<?php if ($_SESSION['POLICY_SYSTEM_ENABLE_BACON'] === 'true' && 1 != 1) {
+                                        //disable for 1.4.0 release due some bugs
+                                        ?>
 											<tr>
 												<td class="vst-text">
 													<?=_('phpMyAdmin Single Sign On');?> <span class="hint">(Preview)</span>