The Reset Page is the page which will only be displayed if you sent yourself a reset email and click the link in the email. The page loads with two textfields password and confirm password. If you type both of them in and they match (even if it is the same password as the last password), your password will be reset, and then the user will be automatically authenticated. It uses a randomly generated "token" query parameter to distinguish which user's password you are attempting to reset. The only way to make this token is to use the forgot password page.

Everything is set up for you, from the route to the controller to the template. There is nothing you need to do to configure this (so long as you already imported the router as instructed in the setup instructions for Ember FW GC).

Show: