Account.forgotPassword and avoiding 403 error

Hi,

Is there a way/setting to prevent Account.forgotPassword from returning a 403 error when the user is not found?

image

I would like to have the same response as when the user is found:

image

Thanks.