-
Notifications
You must be signed in to change notification settings - Fork 7
Joining the club
📖 This page is auto-mirrored from
docs/user-guide/joining-the-club.mdonmain. Please propose changes by pull request — direct wiki edits are overwritten by the next sync.
Audience: Guest, Member
How you go from "not a member" to signing in for the first time. You fill in one
application, name two current members as your nominators, they confirm you, the
committee reviews and approves, and then you set up a password and log in. Start
at Join → Apply for Membership on the public website (/join/apply).
Applying does not create a login. As the form says up front, it "creates a
membership application only. It does not create a … login until nominators and
the committee approve it." The full lifecycle is modelled in
STATE_MACHINES.md.
- You want to become a member and book at member rates.
- Someone in your household is joining and you are adding them as a household member on one application.
- A previous application is stuck because a nominator has not confirmed yet.
-
Open the website and choose Join, then Apply for Membership (
/join/apply).
-
Enter your First name, Last name, Email, Date of birth, and Phone (country code, area code, and number). Your date of birth is used to work out your membership age tier (Adult / Youth / Child / Infant).
-
Enter your Physical address — start typing to use the New Zealand address lookup, or fill the fields in by hand if the lookup is unavailable. Add a separate Postal address only if it differs.
-
If others in your household are joining on the same application, click Add Household Member and add each infant, child, youth, or adult.
- In the Nominators section, enter the email addresses of two active, paid-up members who have agreed to nominate you (First nominator email and Second nominator email).
- Click Submit membership application. The confirmation screen explains what happens next: each nominator is emailed a link to confirm, and the committee reviews your application once both have confirmed.
Each nominator receives an email with a single-use confirmation link
(/nominations/<token>). They open it, sign in if needed, and confirm they are
nominating you. That page is deliberately exempt from the normal "confirm your
member details" prompt, so a nominator with an incomplete profile can still
confirm you. If a nominator's email never arrives, ask them to check their spam
folder — the club office can re-send the link, and the workflow can also swap in
a different nominator if one cannot confirm. The nomination states are in
STATE_MACHINES.md.
Once both nominators have confirmed, the committee reviews your application and approves or declines it. On approval you are emailed an account-setup link to choose your password. Follow it, set your password, and you are taken to sign in.
-
Go to Log In (
/login) and sign in with your email and the password you set.
-
If the club requires two-factor authentication, you are guided to set it up on first sign-in — see Managing your account.
-
You land on your Dashboard, your home base for bookings and account details — see Booking a stay to make your first booking.

| Step | What to expect |
|---|---|
| After you submit | You get a "submitted" confirmation on screen; no login exists yet. |
| Nominators | Both of your two nominators must confirm before the committee can review. Reminder emails go out automatically; there is a limit on how many. |
| Committee review | A club admin approves or declines. On approval a joining fee invoice may be raised (your club decides the amount; it is shown in dollars). |
| Account setup | You receive a setup link to choose your password. Setup links expire — if yours lapses, use Forgot password on the login page for a fresh one. |
| First login | You may be asked to set up two-factor authentication and to confirm your member details before you can book. |
Joining fees and how they are charged are the club's decision; see
AUTHORITATIVE_FEES.md.
| Symptom | Why it happens | What to do |
|---|---|---|
| "Duplicate application" when you submit | An application already exists for your email | Contact the club office rather than submitting again |
| A nominator says their confirmation link is invalid or expired | The single-use token has been used or has lapsed | Ask the club office to re-send it, or nominate a different member |
| Your account-setup / invite email never arrived | It may be in spam, or the setup link has expired | Check spam, then use Forgot password on /login — it works even before your first sign-in |
| You can sign in but cannot book yet | Your profile still needs confirming, or your subscription is not yet paid | Complete the "confirm member details" prompt; check your subscription status on your profile |
- Back to the Member & Guest Guide and the documentation hub.
- Sibling guides: Managing your account, Booking a stay.
- Reference: the membership application lifecycle, the nomination lifecycle, and the membership lifecycle invariants. Operators review applications with the Member Applications guide.
Mirrored from docs/user-guide/ — operator, adopter, and developer docs live in the documentation hub.