You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We faced this issue when integrating the lostPassword feature of the api:
Uncaught BadMethodCallException: Object->__call(): the method 'sendEmail' does not exist on 'SilverStripe\Security\MemberAuthenticator\LostPasswordHandler' IN GET /api/auth/lostPassword?email=**** Line 54 in /vendor/silverstripe/framework/src/Core/CustomMethods.php
Could anybody reproduce this error?
The text was updated successfully, but these errors were encountered:
We faced this issue when integrating the lostPassword feature of the api:
Uncaught BadMethodCallException: Object->__call(): the method 'sendEmail' does not exist on 'SilverStripe\Security\MemberAuthenticator\LostPasswordHandler' IN GET /api/auth/lostPassword?email=**** Line 54 in /vendor/silverstripe/framework/src/Core/CustomMethods.php
Could anybody reproduce this error?
The text was updated successfully, but these errors were encountered: