Skip to content

Commit

Permalink
Auth0 settings / Basic #160
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Mar 23, 2016
1 parent 920a8bf commit 8ac41ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin/WP_Auth0_Admin_Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function render_allow_wordpress_login () {
echo $this->render_a0_switch("wpa0_wp_login_enabled", "wordpress_login_enabled", 1, 1 == $v);
?>
<div class="subelement">
<span class="description"><?php echo __( 'Mark this if you want to enable the regular WordPress login', WPA0_LANG ); ?></span>
<span class="description"><?php echo __( 'Enable to allow existing and new WordPress logins to work. If this site already had users before you installed Auth0, and you want them to still be able to use those logins, enable this.', WPA0_LANG ); ?></span>
</div>
<?php
}
Expand Down

0 comments on commit 8ac41ce

Please # to comment.