> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How members access their account

> Walk through how members sign in to their Memberful account using a sign-in email link or a password, including the flow when passwords are disabled.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

Once you [create your membership plans](/plans/individual-plans/create-a-plan/), your audience can buy subscriptions to those plans and manage their own membership accounts.

In this help article, we'll walk through the member sign-in flow, including how members can access their account using a sign-in email or password, and how to create a password if they don't already have one.

## How members access their account

Members can access their membership account from:

```text theme={null}
https://ACCOUNT-URL.memberful.com/account
```

Replace `ACCOUNT-URL` with your actual Account URL subdomain, which can be found in your Memberful dashboard via *Website → Settings.* You can add this link to a button on your website, in the footer of your newsletter, or anywhere else.

## Sign in with a sign-in email

### For accounts with passwords disabled

If you've [disabled the ability for members to create passwords](/configuration/other-settings/disable-creation-of-passwords/), we will present the form with the **Send sign in link** button immediately.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/send-sign-in-link.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=13ad3e2add831662fb38a73fc2ec8936" alt="Send sign in link" width="1440" height="595" data-path="images/member-interface/access-their-account/send-sign-in-link.png" />
</Frame>

You can also email a sign-in link from the member's profile (**Actions**) in Memberful.

<Frame>
  <img src="https://mintcdn.com/memberful/QNdjA2rHynvW2rKx/images/member-interface/access-their-account/send-sign-in-link-email.png?fit=max&auto=format&n=QNdjA2rHynvW2rKx&q=85&s=726580307ecba1e3f417b905c2e2e013" alt="Send sign in link" width="1440" height="357" data-path="images/member-interface/access-their-account/send-sign-in-link-email.png" />
</Frame>

### For accounts with passwords enabled

When a member lands on the sign-in form, they'll enter their email address and click **Continue.** If the member does not have a password, clicking continue sends the sign-in email to the member immediately.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/sign-in-email-flow.gif?s=303db7b171a0d61b22eec6beae6004f0" alt="Sign in email flow" width="1104" height="672" data-path="images/member-interface/access-their-account/sign-in-email-flow.gif" />
</Frame>

Memberful will [send them an email](/configuration/emails/email-templates/#review-available-templates) with a link they can click to sign in.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/sign-in-email.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=e4ab4f6e4f9a5930337a486b279649b0" alt="Sign in email" width="1440" height="1226" data-path="images/member-interface/access-their-account/sign-in-email.png" />
</Frame>

We'll also include a one-time code that they can type into the sign-in form in case they receive the email on a different device.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/sign-in-form-with-one-time-code-entry.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=97cb127b95a480a20f5345166bfbaf8d" alt="Sign in form with one-time code entry" width="1440" height="710" data-path="images/member-interface/access-their-account/sign-in-form-with-one-time-code-entry.png" />
</Frame>

The link and code can only be used once and they expire after 24 hours.

When the sign-in link is opened in a different browser, members will be asked if they'd like to copy the one-time code into the original browser or continue in the current browser. This provides an intuitive sign-in experience even if the email app opened the link in a different browser.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/different-browser-prompt.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=2e3787778127ff7c47f24305313eb64f" alt="Different browser prompt" width="1440" height="710" data-path="images/member-interface/access-their-account/different-browser-prompt.png" />
</Frame>

Safari on iOS and Mac OSX will offer to auto-fill the code if it was received via the Apple Mail app.

<Callout icon="info" color="#22E273">
  One-time login codes do not work in private or incognito browser windows. If a member has trouble signing in with a code, ask them to open the sign-in form in a regular browser window and request a new sign-in email.
</Callout>

## Sign in with a password

Passwords are not required by default, but some members may choose to set one after they sign up. You can also make password creation a part of your signup flow. Learn about the different ways that members can [create a password](#create-a-password).

When a member lands on the sign-in form, they'll enter their email address and click **Continue.** If the member has a password, we show the password field.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/sign-in-password-flow.gif?s=90642d60ff3a08b91df1bf65b518d473" alt="Sign in flow with a password" width="1104" height="672" data-path="images/member-interface/access-their-account/sign-in-password-flow.gif" />
</Frame>

## Create a password

There are several ways a member can create a password.

### Create a password during sign-up

Passwords are not required, but you can make password creation a part of your checkout flow by adding an [**account password**](/configuration/feedback-and-policies/create-custom-fields/#create-a-custom-field) custom field.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/create-password-during-sign-up.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=7cddedd509e13dc6107a4bc20a004704" alt="Create password during sign-up" width="1440" height="710" data-path="images/member-interface/access-their-account/create-password-during-sign-up.png" />
</Frame>

### After requesting sign-in link

After a member has requested a sign-in link, they can click **Create a password instead** to create one.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/create-a-password-instead.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=bba00530d8786aa59f746a797e24f25d" alt="Create a password instead" width="1440" height="710" data-path="images/member-interface/access-their-account/create-a-password-instead.png" />
</Frame>

Clicking this link will trigger the [**Create password**](/configuration/emails/email-templates/#review-available-templates) email template to be sent to the member.

### From the sign-in email

The sign-in email includes a footer with a link to create a password: *Prefer to sign in with a password? Add one to your account.*

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/create-password-from-sign-in-email.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=014347508c8359c742cf2c8e7436c3bf" alt="Create password from sign-in email" width="1440" height="890" data-path="images/member-interface/access-their-account/create-password-from-sign-in-email.png" />
</Frame>

Clicking this link will trigger the [**Create password**](/configuration/emails/email-templates/#review-available-templates) email template to be sent to the member.

### Password reset

Once a password has been created, the member can click the **Reset it** link from the sign-in form. Memberful will send them password reset instructions by email.

<Frame>
  <img src="https://mintcdn.com/memberful/O_iiTDgFhW69LJWK/images/member-interface/access-their-account/password-reset.png?fit=max&auto=format&n=O_iiTDgFhW69LJWK&q=85&s=4306be9a7543f47727ac77fadae06420" alt="Password reset" width="1440" height="710" data-path="images/member-interface/access-their-account/password-reset.png" />
</Frame>

You can also send a password reset email from the member's profile (**Actions**) in Memberful, or share a direct reset link.

<Frame>
  <img src="https://mintcdn.com/memberful/QNdjA2rHynvW2rKx/images/member-interface/access-their-account/send-password-reset-email.png?fit=max&auto=format&n=QNdjA2rHynvW2rKx&q=85&s=cd323aff25ba1025d9d515dd70d0e62d" alt="Send password reset email" width="1440" height="357" data-path="images/member-interface/access-their-account/send-password-reset-email.png" />
</Frame>

```text theme={null}
https://ACCOUNT-URL.memberful.com/auth/password/new
```

Replace `ACCOUNT-URL` with your actual Account URL subdomain, which can be found in your Memberful dashboard via *Website → Settings.*

To ensure the reset process is secure:

* Password reset links automatically expire after 48 hours.
* Password reset links can only be used once. If they click the link, and reset their password, the link becomes invalid.

If the link becomes invalid, we recommend that the member delete the old reset email and start with a fresh password reset.

<RelatedDocs
  link1={{
url: "/member-interface/account/update-their-personal-information/",
label: "Learn how members can update their personal info.",
}}
  link2={{
url: "/member-interface/subscription/manage-their-subscriptions/",
label: "Learn how members can manage their subscriptions.",
}}
  link3={{
url: "/member-interface/subscription/access-member-benefits/",
label: "Learn how members can access the member benefits.",
}}
/>
