LastSquirrelIT / MultiOneTimePassword-CredentialProvider

Aims to improve the overall security of the Windows logon process by adding 2FA Authentication. Uses multiOTP as authentication endpoint.
Apache License 2.0
94 stars 44 forks source link

MultiOTP Wiki Page Out of Date #12

Closed nabber00 closed 9 years ago

nabber00 commented 9 years ago

The core problem is this:

"Windows account name is john and we dont want -prefix-pin. "

-prefix-pin is now the default. Running the example command will indeed set a pin. The documentation states that PINs are now the default and should be disabled with the -set option. For example, this clears the PIN requirement now:

multiotp.exe -debug -set john pin=

DominikPretzsch commented 9 years ago

Thank you for the hint. Changed it accordingly.