Merge pull request #58 from AChep/tfa_2factorauth_action
New Two-factor auth by GitHub Action
This commit is contained in:
commit
706fceb89f
|
@ -2759,6 +2759,15 @@
|
|||
"documentation": "https://www.cinemark.com/faqs/two-factor-authentication-2fa-faqs",
|
||||
"name": "Cinemark"
|
||||
},
|
||||
{
|
||||
"domain": "cineplex.com",
|
||||
"tfa": [
|
||||
"call",
|
||||
"sms"
|
||||
],
|
||||
"documentation": "https://cineplex.service-now.com/gsc?id=kb_article&sysparm_article=KB0011023",
|
||||
"name": "Cineplex"
|
||||
},
|
||||
{
|
||||
"domain": "circle.com",
|
||||
"tfa": [
|
||||
|
@ -3775,7 +3784,8 @@
|
|||
{
|
||||
"domain": "crowdin.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
"totp",
|
||||
"u2f"
|
||||
],
|
||||
"documentation": "https://support.crowdin.com/account-settings/#two-factor-authentication",
|
||||
"name": "Crowdin"
|
||||
|
@ -8261,6 +8271,17 @@
|
|||
"documentation": "https://aide.lidentitenumerique.laposte.fr/kb/guide/fr/YapekkW4gf",
|
||||
"name": "L'Identit\u00e9 Num\u00e9rique (IDN)"
|
||||
},
|
||||
{
|
||||
"domain": "lidl.de",
|
||||
"additional-domains": [
|
||||
"accounts.lidl.com"
|
||||
],
|
||||
"tfa": [
|
||||
"sms",
|
||||
"email"
|
||||
],
|
||||
"name": "LIDL [DE]"
|
||||
},
|
||||
{
|
||||
"domain": "lieferando.de",
|
||||
"tfa": [
|
||||
|
@ -8522,6 +8543,13 @@
|
|||
"documentation": "https://www.lowes.com/l/help/contact-us#Multi-FactorAuthentication",
|
||||
"name": "Lowes"
|
||||
},
|
||||
{
|
||||
"domain": "lunchmoney.app",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"name": "Lunch Money"
|
||||
},
|
||||
{
|
||||
"domain": "luno.com",
|
||||
"url": "https://www.luno.com/",
|
||||
|
@ -9424,7 +9452,7 @@
|
|||
"totp",
|
||||
"u2f"
|
||||
],
|
||||
"documentation": "https://it.muni.cz/en/services/jednotne-prihlaseni-na-muni/navody/how-to-set-up-multi-factor-authentication",
|
||||
"documentation": "https://it.muni.cz/en/services/muni-unified-login/multi-factor-authentication",
|
||||
"name": "Masaryk University"
|
||||
},
|
||||
{
|
||||
|
@ -10584,14 +10612,6 @@
|
|||
"documentation": "https://www.onvista-bank.de/service/sicherheit/transaktionssicherheit.html#tab-1301-2",
|
||||
"name": "onvista bank"
|
||||
},
|
||||
{
|
||||
"domain": "openai.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"notes": "Enabling 2FA is only available from the ChatGPT interface at the moment.",
|
||||
"name": "OpenAI"
|
||||
},
|
||||
{
|
||||
"domain": "openbank.es",
|
||||
"url": "https://www.openbank.es",
|
||||
|
@ -11630,6 +11650,14 @@
|
|||
"notes": "Setup requires SMS verification.",
|
||||
"name": "Postmarkapp"
|
||||
},
|
||||
{
|
||||
"domain": "postype.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://help.postype.com/hc/ko/articles/21876052282009",
|
||||
"name": "Postype"
|
||||
},
|
||||
{
|
||||
"domain": "powerreviews.com",
|
||||
"url": "https://www.powerreviews.com",
|
||||
|
@ -12331,14 +12359,6 @@
|
|||
"documentation": "https://republic.com/help/how-do-i-add-a-digital-asset-wallet-on-republic-1",
|
||||
"name": "Republic"
|
||||
},
|
||||
{
|
||||
"domain": "republicwireless.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://help.republicwireless.com/hc/en-us/articles/360008807234",
|
||||
"name": "Republic Wireless"
|
||||
},
|
||||
{
|
||||
"domain": "rest.com.au",
|
||||
"tfa": [
|
||||
|
@ -14271,6 +14291,7 @@
|
|||
"totp"
|
||||
],
|
||||
"notes": "SMS 2FA is always required",
|
||||
"documentation": "https://www.telekom.de/hilfe/vertrag-rechnung/login-daten-passwoerter/mehr-faktor-authentifizierung",
|
||||
"name": "T-Online"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue