summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorEmma Humphries <emceeaich@users.noreply.github.com>2018-01-31 04:14:26 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-31 04:14:26 +0100
commit8740a646cfef5795cb05df8ea19dc38b600bf5eb (patch)
tree2d506474e8732979241af7e061df4fb32df42daf /template
parent3a13a6bd8c899133dbb1c3d46066c853e7741368 (diff)
downloadbugzilla-8740a646cfef5795cb05df8ea19dc38b600bf5eb.tar.gz
bugzilla-8740a646cfef5795cb05df8ea19dc38b600bf5eb.tar.xz
Bug 1433993 - Outdated FreeOTP link in user preferences
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/prefs/mfa.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl
index 8e5b75ade..59be17f47 100644
--- a/template/en/default/account/prefs/mfa.html.tmpl
+++ b/template/en/default/account/prefs/mfa.html.tmpl
@@ -175,7 +175,7 @@
<blockquote>
Requires a smartphone and a TOTP app (such as
<a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a>
- or <a href="https://fedorahosted.org/freeotp/" target="_blank">Red Hat FreeOTP</a>).
+ or <a href="https://freeotp.github.io/" target="_blank">Red Hat FreeOTP</a>),
</blockquote>
[% IF Param("duo_host") && user.in_group("mozilla-employee-confidential") %]
@@ -227,7 +227,7 @@
<ul>
<li>Android and iOS:
<a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a>,
- <a href="https://fedorahosted.org/freeotp/" target="_blank">Red Hat FreeOTP</a>
+ <a href="https://freeotp.github.io/" target="_blank">Red Hat FreeOTP</a>
</li>
<li>Firefox OS:
<a href="https://marketplace.firefox.com/app/firekey/" target="_blank">Firekey</a>
@@ -291,4 +291,4 @@
<li>If in doubt, generate and print new recovery codes</li>
<li><b>Do not store these codes electronically</b></li>
</ul>
-[% END %] \ No newline at end of file
+[% END %]