katalyst-koi 4.15.0 → 4.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/admin/otps/_form.html.erb +2 -1
- data/config/locales/koi.en.yml +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aec5f5d47bb5a92a43d88caa502800d7bf13926a49872ef56850fe14f40a7d8
|
4
|
+
data.tar.gz: 81eb88b30f1d7e4d098a176dd49c4083cc0b00cbb3e883094e1f099588d255fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6a696cddf20fe65037a052c08564dc668408ad6cc7c3bd333ecee29e1ce260f1ef49e9ed0dacb4c61e7619b6561627143ebb3e035dae6329da3d2395cdbfd12
|
7
|
+
data.tar.gz: 2f3f2e33b5c16da0a4dd517791c5580b791178f0fe30dca7d39cb2c94c0d0c1896fa227a535fe92fb32c81cc72c4b861e3ce4aa53b90b74c6a0c39f2450e6bee
|
@@ -15,7 +15,8 @@
|
|
15
15
|
<ol class="flow">
|
16
16
|
<li>Install an MFA app. Most password managers support MFA.</li>
|
17
17
|
<li>Scan this code using your mobile device or password manager:<br>
|
18
|
-
|
18
|
+
<% otp_app_name = t("koi.auth.otp_app_name", host: URI.parse(root_url).host, email: admin.email) %>
|
19
|
+
<%== RQRCode::QRCode.new(admin.otp.provisioning_uri(otp_app_name)).as_svg(
|
19
20
|
color: "000",
|
20
21
|
shape_rendering: "crispEdges",
|
21
22
|
module_size: 3,
|
data/config/locales/koi.en.yml
CHANGED