modules/social-login/src/Controller/SocialLoginCore.php
// Create a new user.
$account = User::create($user_fields);
$account->save();
$identity
variable.Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
Hi!
It's good to see that the support team is doing a great job answering queries.
I was just wondering if the field mapping can be done via some api hooks rather than 'hacking' the module. It's kind of a huge no-no to alter or customise contrib module code.
This can probably also be done via a local patch but then again I can see it as a common concern.
It's a feature request rather than a technical question so I'm grateful for any response.
Thanks!
Hello,
for Drupal 7 we have hooked by with the Rules module
As soon as there is a stable version of Rules for Drupal 8, we will integrate it too.
Regards,