The Wayback Machine - https://web.archive.org/web/20200705185932/https://github.com/topics/two-factor
Skip to content
#

two-factor

Here are 62 public repositories matching this topic...

twofactorauth
cornelinux
cornelinux commented Apr 4, 2020

It might be useful to have a generic system for documenting anything within PrivacyIDEA. However that is a rather large undertaking.

See: #1814

We could have a table for documentation and then add links in this table where it links to.
But the questions would be

  • where display the documentation
  • to whom display the documention?
    • for users?
    • for admins?
Dragon988
Dragon988 commented Apr 20, 2020

When using TOTP the user password should -always- go to the TOTP app, even if wrong.

It should not say "wrong password" prior to the TOTP app for security reasons. This app should not let the attacker know they have the correct password!

Current behavior:

Attempt login - wrong password - error
Attempt login - correct password - totp - error | This lets the attacker know the password is c

slowkow
slowkow commented Jan 19, 2017

Expected behavior

In the multipass login form, when I click submit, I expect to receive an email to the address I entered.

Observed behavior

caddy crashes with this error when I click submit:

caddy -conf=/etc/caddy/Caddyfile -log stdout
Activating privacy features... done.
multipass for https://test.quickgene.net is initialized
https://test.quickgene.net
2017/01/19 13:01
jkyiv
jkyiv commented Aug 26, 2017

My phone's OS got messed up, and after reloading a the LineageOS ROM while preserving my files, Android Token no longer sees its database/list of secret keys, so I have lost access to my tokens. I searched but can't find documentation to aid users like me to find what data directory holds the secret keys.

Please add documentation of where on an Android device the secret keys are stored.

Plea

Dretech
Dretech commented May 14, 2019

For enabling Telegram Two factor gateway you have to give the command below from the command prompt:

occ twofactorauth:gateway:configure telegram

It would be nice if that step will be integrated in the Nextcloud User Interface as part of the security screen (Administration -> Security). In the screenshot below you can see a simple design of how it can be integrated:

![afbeelding](https:

dougdyer
dougdyer commented Jun 6, 2019

I'm not a Python expert, but using Ubuntu 16.04 I found the current instructions apparently start python3 by default. In Linux, "python" start Python v2.x while "python3" starts Python v3.x. Meanwhile, "pip" starts the package manager for Python v2.x, so the instruction to install the onetimepass resulted in python3 being unable to import the module.

To fix, I installed pip3:
sudo apt inst

Improve this page

Add a description, image, and links to the two-factor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the two-factor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.