tiuub / KP2faChecker

A KeePass Plugin, which provides a column that checks your entries, whether or not they support 2FA.
Apache License 2.0
47 stars 2 forks source link

Bug: Reports "Unknown" instead of "Yes" for vmware.com #9

Open rasa opened 2 years ago

rasa commented 2 years ago

Using KP2faChecker 1.1.1, I get "Unknown" for https://vmware.com/ :

2021-11-30_10-59-13AMKeePass-rosss_passwords kdbx_-_KeePass

When I double-click the column, it returns:

2021-11-30_10-58-21AMKeePass-KP2faChecker_-_VMware

Yet when I search for vmware, it lists it:

2021-11-30_10-58-44AMKeePass-rosss_passwords kdbx_-_KeePass

Also, when I download https://toasted.top/kp2fac/api/v1/get/all.php, it contains:

{
  "url": "https://vmware.com/",
  "doc": "https://kb.vmware.com/s/article/74603",
  "tfa": ["totp"],
  "name": "VMware"
}

which agrees with https://github.com/2factorauth/twofactorauth/blob/110d1c23a365fd036b3808d920ac27bd8e1e21fd/entries/v/vmware.com.json#L1-L12 .