You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpecho__( 'This field is the Json that describes the custom signup fields for lock. It should be a valida json and allows the use of functions (for validation). More info', WPA0_LANG ); ?>
@@ -154,8 +185,8 @@ public function render_auto_provisioning() {
154
185
?>
155
186
156
187
<div class="subelement">
157
-
<span class="description"><?phpecho__( 'The plugin will automatically add new users if they do not exist in the WordPress database.(Even with signups disabled, the plugin will create users if they already exists in your Auth0 account, enabling this setting will disable this behaviour).', WPA0_LANG ); ?></span>
158
-
</div>
188
+
<span class="description"><?phpecho__( 'The plugin will automatically add new users if they do not exist in the WordPress database if the signups are enabled (enabling this setting will enable this behaviour when signups are disabled).', WPA0_LANG ); ?></span>
189
+
</div>
159
190
<?php
160
191
}
161
192
@@ -280,7 +311,8 @@ public function render_ip_ranges() {
<span class="description"><?phpecho__( 'Only one range per line! Range format should be as follows: <code>xx.xx.xx.xx - yy.yy.yy.yy</code> (spaces will be trimmed)', WPA0_LANG ); ?></span>
314
+
<span class="description"><?phpecho__( 'Only one range per line! Range format should be as follows (spaces will be trimmed):', WPA0_LANG ); ?></span>
315
+
<code>xx.xx.xx.xx - yy.yy.yy.yy</code>
284
316
</div>
285
317
<?php
286
318
}
@@ -399,8 +431,9 @@ public function basic_validation( $old_options, $input ) {
0 commit comments