SAML-Toolkits / wordpress-saml

OneLogin SAML plugin for Wordpress
MIT License
65 stars 74 forks source link

bug: Fixed issue with wp_login action missing $user object #107

Closed aaronware closed 3 years ago

aaronware commented 3 years ago

bug: Fixed issue with wp_login action missing $user object, also be sure a user is returned prior to firing do_action chore: minor WPCS code formatting updates. resolves: #106

aaronware commented 3 years ago

Updated on 2 environments and this fix appears to work. I added some comments for context as the function has a lot going on. I also updated the code formatting of that portion to adhere to WordPress coding standards.