alt_auth plugin and not able to create user from other db + FIX #3982
Labels
plugin: alt_auth
status: testing required
Someone needs to confirm this issue's existence and write a test to prevent the fix from regressing.
This code
$userMethods->addNonDefaulted($newUser);
causes wrong array for insert user:
Insert debug didn't return any error
Changing to:
$userMethods->addNonDefaulted($newUser['data']);
it fixed it. Again, no idea if this is correct and why this change.
The text was updated successfully, but these errors were encountered: