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).
For sales
Section titled “For sales”- 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.
How staff use it
Section titled “How staff use it”Access and permissions
Section titled “Access and permissions”Only Head of Performance and Sporting Director see the “Invite” button on the player profile.
Step-by-step flows
Section titled “Step-by-step flows”- Squad → click on the player → “Profile” tab.
- “Invite” button → modal asks for the email.
- The system generates the activation link and emails it to the player.
- The player receives the email, opens the link, sets a password
on
/auth/set-password, and is linked to their Squad profile.
Related configuration
Section titled “Related configuration”- The default subject is “Your access to the App — [Org]”.
- The club’s logo and name appear in the email branding.
FAQ / edge cases
Section titled “FAQ / edge cases”- 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.
How the player sees it
Section titled “How the player sees it”- 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).
Limitations / roadmap
Section titled “Limitations / roadmap”- For onboarding the full squad, this flow is ~30× slower than the group link. Maintained for backward compatibility with Nacional and one-off cases.