Currently, when an user account expires, it catches the users by surprise. It would be helpful to notify the the user as well as the administrator.
This patch highlights such accounts in the user account pannel and also shows for regular user an exclamation mark in the user info pannel. It also adds in this case a new entry briefly saing that the account expires. When this entry is clicked it states this in more detail including the experation date. Sending this for PVE only now to get feedback before implementing this for PMG and PBS I hope I managed to implement all the feedback. If I have forgotten something please tell _menu Changes since v1: * Rename variables according to feedback * Reuse existing css colors according to feedback * Rework API parameters according to feedback * Minor code changes Philipp Hufnagl (3): fix #4546: css: create a new css class for warning texts fix #4546: utils: Highlight accounts in user management that exprie soon fix #4546: utils: Expand authentication data with account expiry date src/Utils.js | 9 ++++++++- .../scss/abstracts/_variables.scss | 20 ++++++++++--------- src/proxmox-dark/scss/extjs/_menu.scss | 4 ++++ src/proxmox-dark/scss/other/_charts.scss | 4 ++-- 4 files changed, 25 insertions(+), 12 deletions(-) Philipp Hufnagl (1): fix #4546: ui: notify user if there usser account expires soon www/manager6/Workspace.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Philipp Hufnagl (1): fix #4546: api: Return user expiration date on access/ticket API call src/PVE/API2/AccessControl.pm | 8 ++++++++ src/PVE/AccessControl.pm | 8 ++++++++ 2 files changed, 16 insertions(+) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel