Skip to content

Commit

Permalink
Add: warning that logs may contain login codes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed May 23, 2023
1 parent 8de5be1 commit 036cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/settings-fields/class-log-level.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct( $settings_page, $settings ) {
$this->title = __( 'Log level', 'bh-wp-autologin-urls' );
$this->page = $settings_page;

$this->add_settings_field_args['helper'] = __( 'Set to Debug to diagnose problems, Info to see times this plugin is logging users in.', 'bh-wp-autologin-urls' );
$this->add_settings_field_args['helper'] = __( 'Set to Debug to diagnose problems, Info to see times this plugin is logging users in. Warning: debug logs will contain autologin codes.', 'bh-wp-autologin-urls' );
$this->add_settings_field_args['supplemental'] = __( 'default: Notice', 'bh-wp-autologin-urls' );

// TODO: Consider removing the ones that are never used in the plugin.
Expand Down

0 comments on commit 036cebc

Please sign in to comment.