Skip to main content

Registration & Login

Creating an Account

  1. Visit admin.flavorteam.dev and click Register
  2. Fill in your details:
    • Email — used for login and all communications
    • Password — minimum 8 characters
    • Name — your full name
    • Company (optional) — your company or organization
    • Referral Code (optional) — if you were referred by a partner, enter their code (format: FLV-XXXXXX)
  3. Complete the CAPTCHA verification (if enabled)
  4. Click Register

Email Verification

After registration, you'll see a "Check Your Email" screen. A verification email is sent to your address with a link that expires in 24 hours.

  • Click the verification link in the email to activate your account
  • If you don't see the email, check your spam/junk folder
  • Use the "Resend" button to request a new verification email (limited to 3 requests per minute)
caution

You cannot log in until your email is verified. If you try to log in before verifying, you'll be redirected to the verification screen.

Logging In

  1. Go to admin.flavorteam.dev
  2. Enter your email and password
  3. Complete the CAPTCHA (if enabled)
  4. Click Login

You'll receive a session token that keeps you logged in. Sessions automatically refresh, but you may need to log in again after extended periods of inactivity.

Forgot Password

  1. On the login page, click "Forgot Password?"
  2. Enter the email associated with your account
  3. Check your email for a reset link (expires in 15 minutes)
  4. Click the link and set a new password (minimum 8 characters)
info

For security, the forgot-password endpoint always returns a success message, even if the email doesn't exist in our system. This prevents email enumeration.

Security Features

  • Cloudflare Turnstile CAPTCHA — protects registration and login from bots
  • Rate limiting — login and registration are limited to 5 attempts per minute; password reset is limited to 3 per minute
  • Email verification — required before first login
  • JWT authentication — secure token-based sessions