Changeset 1966642
- Timestamp:
- 10/31/2018 05:44:42 PM (7 years ago)
- Location:
- wp-okta-authentication/trunk
- Files:
-
- 2 edited
-
okta.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-okta-authentication/trunk/okta.php
r1925988 r1966642 202 202 */ 203 203 204 $username = apply_filters( 'okta_username', $user );204 $username = apply_filters( 'okta_username', $user->okta_username ); 205 205 $user_id = wp_insert_user ( array( 206 206 'user_login' => $username, -
wp-okta-authentication/trunk/readme.txt
r1925988 r1966642 24 24 == Changelog == 25 25 26 = 0.0.2 = 27 28 * Fix for okta_username filter 29 26 30 = 0.0.1 = 27 31
Note: See TracChangeset
for help on using the changeset viewer.