I was able to successfully link to the password reset page from my app using:
$scope.passwordResetUrl = $ionicAuth.passwordResetUrl;
For some reason, when a user enters in their email, they get 2 identical emails instead of just one from ionic. I confirmed to make sure they weren’t clicking the button twice by accident.
Also, when you enter in a new password and hit submit the password does in fact reset but nothing happens on the UI to notify the user that their response was accepted.
I was wondering if someone from ionic could respond to this. I’m really hoping to not have to build my own reset password pages.
Thanks!