diff --git a/documentation/docs/changelog/0.2.1.md b/documentation/docs/changelog/0.2.1.md index 78d5bd6b..4d9d2c7a 100644 --- a/documentation/docs/changelog/0.2.1.md +++ b/documentation/docs/changelog/0.2.1.md @@ -17,6 +17,7 @@ Not yet released. - [OpenAdmin > Firewall > Settings](#firewall-settings) - [opencli admin notifications check](#notifications-check) command - [Custom CSS code can now be added to the OpenAdmin interface](#custom-css) +- [`/phpmyadmin` for each user domain proxies to their PHPMyAdmin instance](#phpmyadmin-proxy) ### 💥 Breaking changes @@ -146,6 +147,11 @@ New extensions: Due to the higher number of extensions, we are also changing the install method to run in parallel. This may result in incosistent logs for php version install, but will speed up the install up to 4x. +### PHPMyAdmin Proxy + +OpenPanel users can now access their PHPMyAdmin instances using https://their-domain/com`/phpmyadmin`. Auto-login from OpenPanel is still available, but if accessed via *https://their-domain/com/phpmyadmin/* then they can login as any mysql user and access the databases that user has access. This allows users to securely share limited phpmyadmin access with third parties. + + ### Firewall Settings *OpenAdmin > Frewall > Settings* page displays current firewall status, allows you to enable/disable firewall, edit settings, export existing rules or reset rules for all users.