mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-04 05:17:40 +03:00
Bug #4357: Do not retrieve VNC_WSS from the USER template
This commit is contained in:
parent
5fb6f6383a
commit
2834b2a8f0
@ -431,7 +431,6 @@ post '/config' do
|
||||
end
|
||||
|
||||
session[:lang] = user['TEMPLATE/LANG'] if user['TEMPLATE/LANG']
|
||||
session[:vnc_wss] = user['TEMPLATE/VNC_WSS'] if user['TEMPLATE/VNC_WSS']
|
||||
session[:default_view] = user['TEMPLATE/DEFAULT_VIEW'] if user['TEMPLATE/DEFAULT_VIEW']
|
||||
session[:table_order] = user['TEMPLATE/TABLE_ORDER'] if user['TEMPLATE/TABLE_ORDER']
|
||||
session[:display_name] = user[DISPLAY_NAME_XPATH] || user['NAME']
|
||||
|
Loading…
Reference in New Issue
Block a user