[pve-devel] [PATCH proxmox-backup 1/1] fix #7149: ui: prohibit realm update on login

Dominik Rusovac d.rusovac at proxmox.com
Thu Dec 18 13:42:09 CET 2025


The realm selection during user creation is no longer stateful. Hence,
as desired, adding a new user does not affect the realm on the login
page.

Signed-off-by: Dominik Rusovac <d.rusovac at proxmox.com>
---
 www/window/UserEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/window/UserEdit.js b/www/window/UserEdit.js
index a11507a7..9d9fc9c7 100644
--- a/www/window/UserEdit.js
+++ b/www/window/UserEdit.js
@@ -80,6 +80,7 @@ Ext.define('PBS.window.UserEdit', {
                 bind: {
                     value: '{realm}',
                 },
+                stateful: false, // realm is not saved between page reloads
                 cbind: {
                     hidden: '{!isCreate}',
                     disabled: '{!isCreate}',
-- 
2.47.3





More information about the pve-devel mailing list