File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -288,13 +288,15 @@ public static function userNew()
288
288
<th scope="row"><label for="email"><?php _e ('Email ' ); ?> <span class="description"><?php _e ('(required) ' ); ?> </span></label></th>
289
289
<td><input name="email" type="email" id="email" value="<?php echo esc_attr ($ new_user_email ); ?> " /></td>
290
290
</tr>
291
+ <?php if (!is_multisite ()): ?>
291
292
<tr>
292
293
<th scope="row"><?php _e ('Send User Notification ' ); ?> </th>
293
294
<td>
294
295
<input type="checkbox" name="send_user_notification" id="send_user_notification" value="1" <?php checked ($ new_user_send_notification ); ?> />
295
296
<label for="send_user_notification"><?php _e ('Send the new user an email about their account. ' ); ?> </label>
296
297
</td>
297
298
</tr>
299
+ <?php endif ; ?>
298
300
<?php if (current_user_can ('promote_users ' )) { ?>
299
301
<tr class="form-field">
300
302
<th scope="row"><label for="role"><?php _e ("Role " ); ?> </label></th>
Original file line number Diff line number Diff line change 4
4
Plugin Name: RRZE SSO
5
5
Plugin URI: https://github.com/RRZE-Webteam/rrze-sso
6
6
Description: Single-Sign-On (SSO) SAML-Integrations-Plugin für WordPress.
7
- Version: 1.6.1
7
+ Version: 1.6.2
8
8
Author: RRZE-Webteam
9
9
Author URI: https://blogs.fau.de/webworking/
10
10
License: GNU General Public License v2
You can’t perform that action at this time.
0 commit comments