How do I pass a flash message to the page after a successful password reset?
Inside ResetsPasswords.php I noticed a function called postReset() which logs the user in after a successful reset.
I'm guessing this is what needs to be changed? Or do I need to edit the redirectPath() function instead? What's the best practice for making changes to this file? I know I shouldn't be editing it directly.