Changeset 6796
- Timestamp:
- 02/27/2018 12:26:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-two-factor/wporg-two-factor.php
r6795 r6796 448 448 <p><?php esc_html_e( 'Scan this QR code with your authentication app.', 'wporg' ); ?></p> 449 449 <p><button type="button" class="button-link"><?php esc_html_e( 'Can’t scan the code?', 'wporg' ); ?></button></p> 450 <img src="<?php echo esc_url( Two_Factor_Totp::get_google_qr_code( ' wordpress.org:' . $user->user_login, $key, 'wordpress.org' ) ); ?>" id="two-factor-totp-qrcode" />450 <img src="<?php echo esc_url( Two_Factor_Totp::get_google_qr_code( 'WordPress.org: ' . $user->user_login, $key, 'WordPress.org' ) ); ?>" id="two-factor-totp-qrcode" /> 451 451 <p><?php esc_html_e( 'Then enter the authentication code provided by the app:', 'wporg' ); ?></p> 452 452 <p>
Note: See TracChangeset
for help on using the changeset viewer.