From 7d5d2f26b5140918e26f93e776ddf72075bc505d Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 1 Sep 2024 21:05:53 +0200 Subject: [PATCH] VPN: OpenVPN: Connection Status - add username field to the grid, closes https://github.com/opnsense/core/issues/7834 Although we recommend using matching CN's and usernames, it is possible to share a certificate. Since the datafeed already contains the username, let's add the field to the grid. --- src/opnsense/mvc/app/views/OPNsense/OpenVPN/status.volt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opnsense/mvc/app/views/OPNsense/OpenVPN/status.volt b/src/opnsense/mvc/app/views/OPNsense/OpenVPN/status.volt index 16377844b..362fb5466 100644 --- a/src/opnsense/mvc/app/views/OPNsense/OpenVPN/status.volt +++ b/src/opnsense/mvc/app/views/OPNsense/OpenVPN/status.volt @@ -128,6 +128,7 @@ {{ lang._('Type') }} {{ lang._('Description') }} {{ lang._('Common Name') }} + {{ lang._('Username') }} {{ lang._('Real Address') }} {{ lang._('Virtual IPv4 Address') }} {{ lang._('Virtual IPv6 Address') }}