Skip to content

Commit

Permalink
better wording for require username
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Apr 20, 2018
1 parent 84d8775 commit 2dbf211
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/admin/WP_Auth0_Admin_Appearance.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ public function render_username_style( $args = array() ) {
$this->render_radio_button( $id_attr . '_un', $opt_name, 'username', '', 'username' === $value );
$this->render_field_description(
__( 'To allow the user to use either email or username to login, leave this as "Auto." ', 'wp-auth0' ) .
$this->get_docs_link(
'libraries/lock/customization#usernamestyle-string-',
__( 'More information on this setting', 'wp-auth0' )
)
__( 'Only database connections that require a username will allow username logins', 'wp-auth0' )
);
}

Expand Down

0 comments on commit 2dbf211

Please sign in to comment.