Update secure login flow and login view

This commit is contained in:
Lorenzune
2026-04-23 16:26:32 +02:00
parent 237c523f9a
commit 541d3045f1
24 changed files with 801 additions and 106 deletions
+4 -3
View File
@@ -1,11 +1,11 @@
{
"socket.url": "wss://nitro.slogga.it:2096",
"api.url": "https://nitro.slogga.it:2096",
"socket.url": "ws://192.168.1.52:2096",
"api.url": "http://192.168.1.52:2096",
"asset.url": "https://hotel.slogga.it/client/nitro/bundled",
"image.library.url": "https://hotel.slogga.it/client/c_images/",
"hof.furni.url": "https://hotel.slogga.it/client/c_images/dcr/hof_furni",
"images.url": "https://hotel.slogga.it/client/nitro/images",
"gamedata.url": "https://nitro.slogga.it:2096/nitro-sec/file?kind=gamedata&file=",
"gamedata.url": "http://192.168.1.52:2096/nitro-sec/file?kind=gamedata&file=",
"sounds.url": "${asset.url}/sounds/%sample%.mp3",
"external.texts.url": [
"${gamedata.url}/ExternalTexts.json",
@@ -47,6 +47,7 @@
"login.register.endpoint": "${api.url}/api/auth/register",
"login.forgot.endpoint": "${api.url}/api/auth/forgot-password",
"login.logout.endpoint": "${api.url}/api/auth/logout",
"login.remember.endpoint": "${api.url}/api/auth/remember",
"login.turnstile.enabled": false,
"login.turnstile.sitekey": "",
"avatar.mandatory.libraries": [
+32 -3
View File
@@ -30,9 +30,7 @@
"show.google.ads": false,
"loginview": {
"images": {
"background": "https://hotel.slogga.it/client/nitro/images/reception/background_gradient_apr25.png",
"background.colour": "#6eadc8",
"drape": "https://hotel.slogga.it/client/nitro/images/reception/drape.png",
"background": "https://hotel.slogga.it/client/nitro/images/reception/background_gradient_apr25.png", "drape": "https://hotel.slogga.it/client/nitro/images/reception/drape.png",
"left": "https://hotel.slogga.it/client/nitro/images/reception/mute_reception_backdrop_left.png",
"right": "https://hotel.slogga.it/client/nitro/images/reception/background_right.png"
}
@@ -1575,6 +1573,37 @@
"right.repeat": ""
}
},
"loginview": {
"images": {
"background": "https://hotel.slogga.it/client/nitro/images/reception/background_gradient_apr25.png",
"background.colour": "#6eadc8",
"drape": "https://hotel.slogga.it/client/nitro/images/reception/drape.png",
"left": "https://hotel.slogga.it/client/nitro/images/reception/mute_reception_backdrop_left.png",
"right": "https://hotel.slogga.it/client/nitro/images/reception/background_right.png"
},
"widgets": {
"slot.1.widget": "promoarticle",
"slot.1.conf": {},
"slot.2.widget": "widgetcontainer",
"slot.2.conf": {
"image": "${image.library.url}web_promo_small/spromo_Canal_Bundle.png",
"texts": "2021NitroPromo",
"btnLink": ""
},
"slot.3.widget": "",
"slot.3.conf": {},
"slot.4.widget": "",
"slot.4.conf": {},
"slot.5.widget": "",
"slot.5.conf": {},
"slot.6.widget": "",
"slot.6.conf": {
"campaign": ""
},
"slot.7.widget": "",
"slot.7.conf": {}
}
},
"achievements.unseen.ignored": [
"ACH_AllTimeHotelPresence"
],