Forgot Password: Wristband-Hosted UI

By default, the Action Link in the Password Reset email directs users to a Wristband-hosted Reset Password Page.

Login Required

At a high level:

  1. The user clicks on the Action Link in the Password Reset Email that was sent to their inbox.
  2. The user is redirected to the Wristband-hosted Reset Password Page.
  3. The user enters their new password and submits the form.
  4. Wristband calls the Wristband Password Reset API, passing along the Email Authorization Code.
  5. A message is displayed to the user indicating success along with a link to your application's Login Endpoint.

At this point, the workflow is complete, and the user can attempt to login to the application.

Forgot Password Login Required

Immediate Login Enabled

At a high level:

  1. The user clicks on the Action Link in the Password Reset Email that was sent to their inbox.
  2. The user is redirected to the Wristband-hosted Reset Password Page.
  3. The user enters their new password and submits the form.
  4. Wristband calls the Wristband Password Reset API, passing along the Email Authorization Code.
  5. Wristband redirects the user to the Login Endpoint implemented by your application.

From here, the user would be sent through the Authorization Code Flow in order to login and gain entry to the application. Because Wristband already created an Authentication Session for the user during the flow, the user gains immediate entry into the application without having to re-enter their credentials.

Forgot Password Immediate Login Enabled