|
@@ -26,15 +26,20 @@
|
|
|
|
|
|
<section class="{{ isActualUser ? 'col-md-9' : 'col-md-12' }}">
|
|
|
<p>
|
|
|
- To enable two-factor authentication, you'll need a mobile app that supports TOTP such as
|
|
|
- <a href="https://authy.com/download/">Authy</a>
|
|
|
+ To enable two-factor authentication, you'll need an app that supports TOTP such as
|
|
|
+ <a href="https://authy.com/download/">Authy</a>,
|
|
|
+ <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2">Google Authenticator</a>,
|
|
|
or
|
|
|
- <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2">Google Authenticator</a>.
|
|
|
+ <a href="https://keepassxc.org/">KeePassXC</a>.
|
|
|
</p>
|
|
|
|
|
|
<p><small>(This is not an exhaustive list of compatible apps. Packagist does not endorse or recommend one application over another.)</small></p>
|
|
|
|
|
|
- <img src="{{ qr_code_data_uri(provisioningUri) }}" height="200" class="pull-right" />
|
|
|
+ <p class="pull-right two-factor-key">
|
|
|
+ <img src="{{ qr_code_data_uri(provisioningUri) }}" height="200" />
|
|
|
+ <br>
|
|
|
+ <small>TOTP Key: <code>{{ secret }}</code></small>
|
|
|
+ </p>
|
|
|
|
|
|
<h3>Enabling Two-Factor Authentication</h3>
|
|
|
|