mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
consistent spelling of "two factor"
This commit is contained in:
parent
6816ea44d4
commit
235a77ac8b
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ defmodule PhilomenaWeb.Registration.TotpController do
|
||||||
qrcode = User.totp_qrcode(user)
|
qrcode = User.totp_qrcode(user)
|
||||||
|
|
||||||
render(conn, "edit.html",
|
render(conn, "edit.html",
|
||||||
title: "Two-Factor Authentication",
|
title: "Two Factor Authentication",
|
||||||
changeset: changeset,
|
changeset: changeset,
|
||||||
totp_secret: secret,
|
totp_secret: secret,
|
||||||
totp_qrcode: qrcode
|
totp_qrcode: qrcode
|
||||||
|
|
|
@ -5,7 +5,7 @@ p
|
||||||
a<> href="/settings/edit" Click here!
|
a<> href="/settings/edit" Click here!
|
||||||
|
|
||||||
p
|
p
|
||||||
' Looking for two-factor authentication?
|
' Looking for two factor authentication?
|
||||||
= link "Click here!", to: Routes.registration_totp_path(@conn, :edit)
|
= link "Click here!", to: Routes.registration_totp_path(@conn, :edit)
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|
|
@ -21,7 +21,7 @@ h1 Two Factor Authentication
|
||||||
.block.block--fixed.block--success.layout--narrow
|
.block.block--fixed.block--success.layout--narrow
|
||||||
h2 Two Factor Authentication Enabled
|
h2 Two Factor Authentication Enabled
|
||||||
p
|
p
|
||||||
' You've successfully enabled two-factor authentication on your
|
' You've successfully enabled two factor authentication on your
|
||||||
' account. From now on you'll be asked for the 6 digit code each
|
' account. From now on you'll be asked for the 6 digit code each
|
||||||
' time you log in.
|
' time you log in.
|
||||||
p
|
p
|
||||||
|
|
Loading…
Reference in a new issue