Changeset 1966644
- Timestamp:
- 10/31/2018 05:46:07 PM (7 years ago)
- File:
-
- 1 edited
-
wp-okta-authentication/trunk/okta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-okta-authentication/trunk/okta.php
r1966642 r1966644 202 202 */ 203 203 204 $username = apply_filters( 'okta_username', $user-> okta_username );204 $username = apply_filters( 'okta_username', $user->preferred_username ); 205 205 $user_id = wp_insert_user ( array( 206 206 'user_login' => $username,
Note: See TracChangeset
for help on using the changeset viewer.