Creating a User Dashboard

I just started creating a members only pages for our website. I would like to create a users dashboard. I thought that the user account page was the place to do that, but it seems that users only access that page when they sign up. This raises two questions:

  1. How do users reset their passwords? (the login page doesn’t have that option)
  2. How do users access the account page once they have already gone through the sign-up process?

I searched but couldn’t find an answer.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi Daniel,

It’s at /user-account. It’s only accessible by logged in users, and they can see and edit their own information.

You can build a simple dashboard here, and use the custom user fields to store and retrieve data, but be prepared for a lot of coding.