Registration & Login
Creating an Account
- Visit admin.flavorteam.dev and click Register
- 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)
- Complete the CAPTCHA verification (if enabled)
- 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
- Go to admin.flavorteam.dev
- Enter your email and password
- Complete the CAPTCHA (if enabled)
- 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
- On the login page, click "Forgot Password?"
- Enter the email associated with your account
- Check your email for a reset link (expires in 15 minutes)
- 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