Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
718f83f7a2
|
@ -0,0 +1,10 @@
|
|||
|
||||
You can't use the MeshCentral Router (MCR) login dialog box to login to a server that uses SAML or OAuth. However, you can still use MCR
|
||||
|
||||
Download MCR and run it. In the first dialog box, there will be an "Install..." button to setup MeshCentral router with the "mcrouter://" protocol in your system registry. Once done, close MCR.
|
||||
|
||||
Now log into the web UI of your MeshCentral server. Go in the bottom of the "My Devices" tab, hit the "Router" link and hit "Launch MeshCentral Router".
|
||||
|
||||
This will launch the router and connect directly to your server using a login cookie.
|
||||
|
||||
The only drawback is you will have to manually load mappings saved in an .mcrouter file. When not using SAML, you can click on the .mcrouter file to load the mappings and MCR at the same time.
|
|
@ -11039,6 +11039,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Browser",
|
||||
"pl": "Przeglądarka",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2750"
|
||||
]
|
||||
|
@ -11206,6 +11207,7 @@
|
|||
},
|
||||
{
|
||||
"en": "CAPS",
|
||||
"pl": "CAPS",
|
||||
"xloc": [
|
||||
"default.handlebars->container->column_l->p11->7->p11capslock"
|
||||
]
|
||||
|
@ -29387,7 +29389,8 @@
|
|||
},
|
||||
{
|
||||
"en": "IP Address",
|
||||
"xloc": [
|
||||
"pl": "Adres IP",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2749"
|
||||
]
|
||||
},
|
||||
|
@ -30331,6 +30334,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Incorrect 2nd factor",
|
||||
"pl": "Dwuskładnikowe logowanie nieprawidłowe",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2771",
|
||||
"default.handlebars->39->2780"
|
||||
|
@ -32747,6 +32751,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Invalid login attempt",
|
||||
"pl": "Nieprawidłowa próba logowania",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2773",
|
||||
"default.handlebars->39->2782"
|
||||
|
@ -34981,6 +34986,7 @@
|
|||
{
|
||||
"en": "Left Web-SSH session \\\"{1}\\\" after {0} second(s).",
|
||||
"nl": "Verliet de web-SSH sessie na \\\"{1}\\\" {0} seconde(n).",
|
||||
"pl": "Opuścił sesję Web-SSH \\\"{1}\\\" po {0} sekundach(sekundzie).",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2266"
|
||||
]
|
||||
|
@ -40558,6 +40564,7 @@
|
|||
},
|
||||
{
|
||||
"en": "NUM",
|
||||
"pl": "NUM",
|
||||
"xloc": [
|
||||
"default.handlebars->container->column_l->p11->7->p11numlock"
|
||||
]
|
||||
|
@ -52809,6 +52816,7 @@
|
|||
},
|
||||
{
|
||||
"en": "SCROLL",
|
||||
"pl": "SCROLL",
|
||||
"xloc": [
|
||||
"default.handlebars->container->column_l->p11->7->p11scrolllock"
|
||||
]
|
||||
|
@ -59700,6 +59708,7 @@
|
|||
},
|
||||
{
|
||||
"en": "Succesful login",
|
||||
"pl": "Poprawne logowanie",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2770",
|
||||
"default.handlebars->39->2779"
|
||||
|
@ -65784,6 +65793,7 @@
|
|||
},
|
||||
{
|
||||
"en": "User Logins",
|
||||
"pl": "Logowania Użytkownika",
|
||||
"xloc": [
|
||||
"default.handlebars->39->2719"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue