Rayquaza01 / authenticator

Firefox addon that generates TOTPs for 2 factor authentication
https://addons.mozilla.org/en-US/firefox/addon/two-factor-authenticator/
MIT License
34 stars 7 forks source link

Hyphen in Display Name corrupts usage. #4

Closed richard-scott closed 7 years ago

richard-scott commented 7 years ago

I've added some sites that had hyphens in the site name. This has caused ALL previously added sites to not show up when clicking on the key icon. I had to export to json, edit that file to remove the offending item, re-import, quit FF and restart the browser to get it to work again.

Rayquaza01 commented 7 years ago

Could you elaborate on how the hyphen is entered? A hyphen in the display name doesn't seem to cause problems on my end.

image

There is a known bug where invalid secret keys can cause sites to not appear in the popup. Make sure you didn't accidentally mistype/mispaste the key.

richard-scott commented 7 years ago

Hmmm, maybe my key was incorrect then as your examples look like the ones I had that broke my setup. e.g. Some-Site. Odd. I'll keep an eye on it.