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

# Signing in

> Sign in, reset your password, enable MFA, and understand account states.

Your Campsite workspace lives at a unique address tied to your organisation - everything you need, from broadcasts to payroll, is behind a single sign-in. This page walks you through signing in, recovering access, strengthening your account security, and understanding what different account states mean.

## Sign in to your workspace

Open your organisation's Campsite workspace in a browser. Your workspace URL follows the pattern `{org}.camp-site.co.uk/login`, where `{org}` is your organisation's slug (for example, `campsite-qa-lab.camp-site.co.uk/login`). If you are unsure of your workspace URL, ask your admin or check your invitation email.

<Steps>
  <Step title="Go to your login page">
    Navigate to `{org}.camp-site.co.uk/login` in your browser.
  </Step>

  <Step title="Enter your email address">
    Type the email address associated with your Campsite account.
  </Step>

  <Step title="Enter your password">Type your password, then select **Sign in**.</Step>

  <Step title="Complete any additional verification">
    If your account uses multi-factor authentication, Campsite may ask for a verification code after
    you enter your password or before you open a sensitive area such as billing, payroll, or
    reports.
  </Step>
</Steps>

<Tip>
  Keep the email address on your Campsite account up to date. Password reset links, important
  notifications, and account verification messages are all sent to that address. You can update your
  email in **Settings → Profile**.
</Tip>

***

## Reset a forgotten password

If you cannot remember your password, Campsite can send you a reset link by email.

<Steps>
  <Step title="Open the login page">Go to `{org}.camp-site.co.uk/login`.</Step>

  <Step title="Select 'Forgot password'">
    Click the **Forgot password?** link beneath the sign-in form.
  </Step>

  <Step title="Enter your email address">
    Type the email address registered to your account and submit the form.
  </Step>

  <Step title="Check your inbox">
    Open the reset email from Campsite. The link is time-limited, so use it promptly.
  </Step>

  <Step title="Set a new password">
    Follow the link to the password-reset page, enter a new password, confirm it, and save.
  </Step>
</Steps>

If the email does not arrive within a few minutes, check your spam or junk folder. Make sure you are looking in the inbox for the email address registered to your account.

***

## Enable multi-factor authentication

Multi-factor authentication (MFA) adds a second layer of protection by requiring a one-time code in addition to your password for sensitive access.

<Steps>
  <Step title="Open Settings">
    Select your avatar or name in the top-right corner, then choose **Settings**.
  </Step>

  <Step title="Go to Security">Navigate to the **Security** section within your settings.</Step>

  <Step title="Enable MFA">
    Select **Enable multi-factor authentication** and follow the on-screen instructions to link an
    authenticator app.
  </Step>

  <Step title="Save your backup codes">
    Store the backup codes in a safe place. You will need them if you ever lose access to your
    authenticator app.
  </Step>
</Steps>

Once MFA is active, Campsite will ask for a verification code when you sign in to protected areas and when you open especially sensitive screens or actions. If you choose **Remember this device**, that verification can stay trusted for up to 30 days in the same browser.

***

## Re-authentication for sensitive actions

Some actions in Campsite - such as viewing bank details or accessing payroll information - require you to confirm your identity by re-entering your password before proceeding. This is a deliberate security step, not an error. Enter your current password in the prompt and select **Confirm** to continue.

***

## Account states

Campsite uses several account states that affect whether you can sign in or access the full workspace.

<CardGroup cols={2}>
  <Card title="Pending approval" icon="clock">
    Your account has been created but is waiting for an admin to approve it. You may have limited access until approval is granted. Contact your manager or admin if approval is taking longer than expected.
  </Card>

  <Card title="Email verification needed" icon="envelope">
    You need to verify your email address before you can access the workspace. Check your inbox for a
    verification email from Campsite and follow the link inside it.
  </Card>

  <Card title="Inactive account" icon="ban">
    Your account has been deactivated. Contact your admin to have your access reinstated.
  </Card>

  <Card title="Organisation locked or suspended" icon="building">
    Access to the entire workspace has been restricted. Contact your Super Admin for more information - this is an organisation-level action, not specific to your account.
  </Card>
</CardGroup>

<Warning>
  If you are locked out of your account and cannot use the password reset flow - for example,
  because you no longer have access to your registered email address - contact your organisation's
  admin directly. They can update your email address or reinstate your access. If your entire
  organisation's workspace is locked or suspended, your Super Admin is the right point of contact.
</Warning>
