Skip to content

Commit 55181de

Browse files
authored
Merge pull request #25 from RRZE-Webteam/dev
Dev
2 parents 6cd715c + 348357c commit 55181de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/Authenticate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function authenticate($user, $userLogin)
206206
}
207207
}
208208
if ($lastName && !get_user_meta($userId, 'last_name', true)) {
209-
if (update_user_meta($userId, 'last_name', $firstName) === true) {
209+
if (update_user_meta($userId, 'last_name', $lastName) === true) {
210210
$updateDisplayName = true;
211211
}
212212
}

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.3
7+
Version: 1.6.4
88
Author: RRZE-Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License v2

0 commit comments

Comments
 (0)