psignoret / aad-sso-wordpress

Single Sign-on with Azure Active Directory (for WordPress)
Other
270 stars 78 forks source link

Introduce new filter, 'aad_insert_user_data' #231

Open r-a-y opened 4 years ago

r-a-y commented 4 years ago

This new filter will allow developers to modify the user's data before the user is created in WordPress.

This addresses the problem noted in #225 as sites with different needs can set the 'user_login' or any other parameter to their liking.

Let me know what you think of the approach.