Skip to content

Individual player invitation (legacy)

Head of Performance or Sporting Director open the player profile in /dashboard/plantel/[id], click “Invite”, and enter the email. The system builds an activation link and emails it to the player. The player lands on /auth/set-password?next=/player.

This is the legacy flow: the preferred path for new clubs is mass self-onboarding. This route remains for one-off cases (a player joining later, an old email that bounced, mid-season reinforcements).

  • Problem it solves: onboarding a single player without rotating the group token or resending the link to the entire squad.
  • Typical use cases: a reinforcement arriving after kickoff, a player back from loan, account recovery after an email change.
  • Plans that include it: all of them.

Only Head of Performance and Sporting Director see the “Invite” button on the player profile.

  1. Squad → click on the player → “Profile” tab.
  2. “Invite” button → modal asks for the email.
  3. The system generates the activation link and emails it to the player.
  4. The player receives the email, opens the link, sets a password on /auth/set-password, and is linked to their Squad profile.
  • The default subject is “Your access to the App — [Org]”.
  • The club’s logo and name appear in the email branding.
  • Email did not send: the UI shows the link so you can copy and share it manually. If it happens often, contact support.
  • Email already in use: if the player already had an account, the system sends a new link anyway.
  • Player doesn’t get the email: check spam. If it persists, verify with support that the sending domain is correct.
  • They receive an email with subject “Access to the AMS — [Org]” and a button with the activation link.
  • After setting the password, they land directly on /player (their portal).
  • For onboarding the full squad, this flow is ~30× slower than the group link. Maintained for backward compatibility with Nacional and one-off cases.