silverstripe-restfulapi icon indicating copy to clipboard operation
silverstripe-restfulapi copied to clipboard

api/auth/lostPassword -> BadMethodCallException

Open prettytamben opened this issue 4 years ago • 0 comments

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?

prettytamben avatar Feb 25 '20 17:02 prettytamben