Skip to content

Commit c252825

Browse files
authored
Merge pull request #23 from RRZE-Webteam/dev
Dev
2 parents 0f1dbcb + 0b3015f commit c252825

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

includes/UsersMenu.php

+2
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,15 @@ public static function userNew()
288288
<th scope="row"><label for="email"><?php _e('Email'); ?> <span class="description"><?php _e('(required)'); ?></span></label></th>
289289
<td><input name="email" type="email" id="email" value="<?php echo esc_attr($new_user_email); ?>" /></td>
290290
</tr>
291+
<?php if (!is_multisite()): ?>
291292
<tr>
292293
<th scope="row"><?php _e('Send User Notification'); ?></th>
293294
<td>
294295
<input type="checkbox" name="send_user_notification" id="send_user_notification" value="1" <?php checked($new_user_send_notification); ?> />
295296
<label for="send_user_notification"><?php _e('Send the new user an email about their account.'); ?></label>
296297
</td>
297298
</tr>
299+
<?php endif; ?>
298300
<?php if (current_user_can('promote_users')) { ?>
299301
<tr class="form-field">
300302
<th scope="row"><label for="role"><?php _e("Role"); ?></label></th>

rrze-sso.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE SSO
55
Plugin URI: https://github.com/RRZE-Webteam/rrze-sso
66
Description: Single-Sign-On (SSO) SAML-Integrations-Plugin für WordPress.
7-
Version: 1.6.1
7+
Version: 1.6.2
88
Author: RRZE-Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License v2

0 commit comments

Comments
 (0)