Closed jimsynz closed 1 week ago
In the case where the request password reset action was called directly without the wrapping Strategy.action/4 the inner get_by... action is denied by the default policy.
Strategy.action/4
get_by...
Not even denied by the default policy, it raised an access error didn't it? Either way if this solves it I am a happy panda
In the case where the request password reset action was called directly without the wrapping
Strategy.action/4
the innerget_by...
action is denied by the default policy.