From e53645fdaeb6adb8fb63f95b394b4924e1d21714 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 3 Sep 2024 16:29:20 +0200 Subject: [PATCH] Update 0.2.8.md --- documentation/docs/changelog/0.2.8.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/docs/changelog/0.2.8.md b/documentation/docs/changelog/0.2.8.md index 936cc9f2..0da4781c 100644 --- a/documentation/docs/changelog/0.2.8.md +++ b/documentation/docs/changelog/0.2.8.md @@ -31,3 +31,6 @@ Not yet released. - Improved [opencli files-fix_permissions](https://dev.openpanel.com/cli/files.html#Fix-Permissions) script will now add permissions for groups as well and run commands in parallel to speed-up the process. - `bash` is replaced with `sh` in all opencli scripts, so we have support for alpine containers. - `bc` command is repalced with `awk` in sentinel scripts, so we have support for RHEL distributions that do not have bc pre-installed. +- The admin user impersonating OpenPanel users now has a distinct indicator bar and lacks a logout option, as ending the user session would also log the admin out of the panel. + +