11

Why do most apps have a password reset page that redirects to a mobile site ?

Why not give them a code they can enter into the app which would then show a password reset page within the app or a link which opens the page within the app.

Isn't it good practice to keep the user within the app?

Isn't it better to serve a token than serve an entire html webpage for the server.

I've been thinking about this but 90% people follow the website pattern and Idk why. Am I missing something ?

Please fill me in on it. (Even devrant uses the same pattern)

Comments
  • 0
    By "showing the page within the app" I mean a hardcoded layout that the client already has which would be complete with the right API calls.
  • 2
    I'm speculating that password resets are usually not thought as a core functionality of an app and it gets forgotten.
  • 1
    @joas it's not like you can't update the app right ?
  • 2
    I completely agree with you, and I'm half hoping that there's some kind of security-related explanation for this. The web variety of this is subscription pages that tell you to "come back after confirmation" which never happens because you end up continuing in the window that you open from the email they send. Not the end of the world, but apps have the opportunity, as you said, to offer a more elegant flow. Why don't they? I don't know.
  • 0
    @dfox any insight ?
Add Comment