Skip to content

Commit

Permalink
Describe why it is not possible to view the QR code again
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 26, 2020
1 parent 65695a5 commit b626a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/class-two-factor-totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function user_two_factor_options( $user ) {
</p>
<?php else : ?>
<p class="success">
<?php esc_html_e( 'Secret key configured and registered.', 'two-factor' ); ?>
<?php esc_html_e( 'Secret key is configured and registered. It is not possible to view it again for security reasons.', 'two-factor' ); ?>
</p>
<p>
<a class="button" href="<?php echo esc_url( self::get_token_delete_url_for_user( $user->ID ) ); ?>"><?php esc_html_e( 'Reset Key', 'two-factor' ); ?></a>
Expand Down

0 comments on commit b626a48

Please sign in to comment.