Skip to content

Commit 13532c1

Browse files
committed
Removed PMA SSO feature due to 2 bugs
hestiacp#1825
1 parent 52ec555 commit 13532c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ All notable changes to this project will be documented in this file.
99
- **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/
1010

1111
### Features
12-
- Introduced single sign-on support for phpMyAdmin.
1312
- Introduced support for NGINX FastCGI cache.
1413
- Introduced support for SMTP Relay / smarthosts (server-wide or per-domain).
1514
- Introduced the ability to choose which webmail client to use per-domain (Roundcube or Rainloop).

web/templates/pages/edit_server.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,9 @@
502502
<br><br>
503503
</td>
504504
</tr>
505-
<?php if ($_SESSION['POLICY_SYSTEM_ENABLE_BACON'] === 'true') {?>
505+
<?php if ($_SESSION['POLICY_SYSTEM_ENABLE_BACON'] === 'true' && 1 != 1) {
506+
//disable for 1.4.0 release due some bugs
507+
?>
506508
<tr>
507509
<td class="vst-text">
508510
<?=_('phpMyAdmin Single Sign On');?> <span class="hint">(Preview)</span>

0 commit comments

Comments
 (0)