Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

OS authentication enable via registry?

  • 4 përgjigje
  • 0 e kanë hasur këtë problem
  • 141 parje
  • Përgjigjja më e re nga TyDraniu

more options

Hi,

I know how to turn on OS authentication to reveal passwords in about:config (signon.management.page.os-auth.enabled = true) But is there any way to turn this on in registry?

Hi, I know how to turn on OS authentication to reveal passwords in about:config (signon.management.page.os-auth.enabled = true) But is there any way to turn this on in registry?

Zgjidhje e zgjedhur

It's more like:

   {
     "policies": {
       "Preferences": {
         "signon.management.page.os-auth.enabled": {
           "Value": true,
           "Status": "locked"
         }
       }
     }
   }
Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (4)

more options

Dropa said

Registry is the domain of Windows O/S and should be posted to a Windows forum to respond to this question.

I don't think so because this is a firefox setting and not a windows setting.

more options
more options

First of all, thank you for your help. I'm having troubles to get it to work. I tried a lot of different things. The last on was this:

{

 "policies": {

"Signon": {

   	"Management": {
   		"page":	{
   			"os-auth": {
   "enabled" : true
         }
       }
     }
   }
 }

}

Can someone post the correct lines? How do you "convert" settings in about:config into policy.json?

more options

Zgjidhja e Zgjedhur

It's more like:

   {
     "policies": {
       "Preferences": {
         "signon.management.page.os-auth.enabled": {
           "Value": true,
           "Status": "locked"
         }
       }
     }
   }