Closed andrewvanbreda closed 1 month ago
Fixed. Problem is a bug is the User Registration Password module that is known but the module creator has not deployed the fix yet. https://www.drupal.org/project/user_registrationpassword/issues/3467248
Issue seen on other projects
The fix I included is the simple $output = $mail['result'] ?? FALSE; change to $output = $mail ?? FALSE;
@BirenRathod Note: I have added the module to Custom for EBMS as per NPMS/Plant Portal. UKBMS seems to use a different registration mode, so this is not needed.
@andrewvanbreda Thanks for that. I will wait to see changes in its next release and update the module accrodingly.
I think an upstream iForm update has broken EBMS to some extent, I am looking into it.
Two things I have noticed: