Skip to content

Commit

Permalink
Remove remaining 'software' tfa references (2factorauth#4545)
Browse files Browse the repository at this point in the history
  • Loading branch information
phallobst authored and dsoegijono committed Jan 22, 2020
1 parent 22698b5 commit 9e222e3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ websites:
- sms
- email
- phone
- software
- hardware
- proprietary (Software based 2FA that requires a special app to use)
- totp (Normal software 2FA)
Expand All @@ -151,7 +150,6 @@ The following is an example of a website that *supports* TFA:
- sms
- email
- phone
- software
- hardware
- totp
- u2f
Expand Down
2 changes: 1 addition & 1 deletion _includes/desktop-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</td>

<td class="positive icon">
{% if website.tfa contains 'software' or website.tfa contains 'totp' or website.tfa contains 'proprietary' %}
{% if website.tfa contains 'totp' or website.tfa contains 'proprietary' %}
<i class="checkmark large icon" title="Software Token"></i>
{% endif %}
</td>
Expand Down
2 changes: 1 addition & 1 deletion _includes/mobile-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>{{ section_title }}</h3>
<div class="methods">
{% if website.hardware or website.tfa contains 'hardware' %}<p><i class="checkmark small icon" title="Hardware"></i> Hardware</p>{% endif %}
{% if website.tfa contains 'u2f' %}<p><i class="checkmark small icon" title="U2F"></i> U2F</p>{% endif %}
{% if website.tfa contains 'software' or website.tfa contains 'totp' or website.tfa contains 'proprietary' %}<p><i class="checkmark small icon" title="Software"></i> Software</p>{% endif %}
{% if website.tfa contains 'totp' or website.tfa contains 'proprietary' %}<p><i class="checkmark small icon" title="Software"></i> Software</p>{% endif %}
{% if website.tfa contains 'sms' %}<p><i class="checkmark small icon" title="SMS"></i> SMS</p>{% endif %}
{% if website.tfa contains 'phone' %}<p><i class="checkmark small icon" title="Phone"></i> Phone</p>{% endif %}
{% if website.tfa contains 'email' %}<p><i class="checkmark small icon" title="Email"></i> Email</p>{% endif %}
Expand Down
1 change: 0 additions & 1 deletion api/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"tfa": [
"sms",
"phone",
"software",
"hardware",
"totp",
"proprietary",
Expand Down

0 comments on commit 9e222e3

Please sign in to comment.