🏪SellerAccount & RegistrationPopularRecentUpdated Jul 12, 2026·Verified against the app Jul 12, 2026

Signing In & Sessions: The Passwordless Email Code

#login#otp#session#sign in#security#email code
Account · Sign-in

Fawran sign-in is passwordless: you enter your email, receive a 6-digit code, and type it in. The same screen registers new accounts and signs in existing ones. This guide covers the exact limits, every error you can hit, and how sessions behave.

How sign-in works

Enter emailContinueRead the 6-digit codeType it (auto-submits)Store picker
UI guide
Check your email
We sent a 6-digit code to ahmad@ahmadhome.com
Verification code*2 · 8 · 4 · 5 · 5 · 1
This code is valid for 10 minutes. Do not share it with anyone.
Confirm codeChange emailResend in 45s
Structural diagram of the real page — not a screenshot.
The code step of the sign-in form. The Confirm button stays disabled until all 6 digits are typed.

Step by step

  1. Open the sign-in page — “Sign in to Fawran — enter your email to continue.”
  2. Type your email and click Continue.
  3. You’ll see the neutral notice “If this email can receive messages, we’ve sent it a 6-digit verification code.” — that exact wording appears whether or not the account already exists, so no one can probe which emails are registered.
  4. Open the email and type the 6 digits. The form auto-submits on the sixth digit.
  5. On success you land on the store picker. A brand-new email gets its account created automatically during this step.

Code rules and limits

RuleValue
Code length6 digits
Code lifetime10 minutes
Wrong attempts per code5 — then you must request a new code
Resend cooldown45 seconds (“Resend in {n}s”)
Requesting codesAbout 5 codes per 15 minutes per email — then a short lock
Entering codesVerification tries are also limited per 15 minutes

In plain language: the limits are generous for a human but strict for a robot. If you hit “Too many attempts, please try again later”, you are not blocked forever — wait about 15 minutes and try once, carefully.

Troubleshooting

The code never arrives
What you see

You clicked Continue but no email shows up.

Likely causes
  • The code landed in spam/junk.
  • The email address has a typo.
  • Your mail provider is slow — codes can take a minute.
  • You requested several codes quickly and hit the request limit (about 5 per 15 minutes).
How to fix it
  1. Check spam and the Promotions/Updates tabs.
  2. Confirm the address shown on screen; use Change email if it’s wrong.
  3. Wait for the 45-second cooldown, then click Resend code.
  4. If you requested many codes, pause for 15 minutes and try once more.
When to contact support

Still nothing after several tries? Open a support ticket (Store & Account) from a device that is signed in, or ask a teammate with access to open one for you.

“The verification code is incorrect or has expired.”
What you see

You typed 6 digits and got this red message.

Likely causes
  • The code is older than 10 minutes.
  • A digit was mistyped.
  • You used the code from an older email after requesting a new one.
How to fix it
  1. Click Resend code and use the digits from the newest email only.
  2. Type carefully — the form submits itself on the sixth digit.
“You’ve exceeded the number of attempts. Please request a new code.”
What you see

After 5 wrong entries for the same code.

Likely causes
  • The same code was tried 5 times unsuccessfully — it is now dead by design.
How to fix it
  1. Request a new code with Resend code.
  2. Copy the digits from the email rather than retyping from memory.
“Too many attempts. Please try again later.”
What you see

Shown when requesting or confirming codes too frequently.

Likely causes
  • The anti-abuse rate limit triggered for your email or connection.
How to fix it
  1. Wait about 15 minutes.
  2. Try once, carefully, rather than rapid-firing requests.
When to contact support

If this repeats while you are certain you only tried a few times, open a support ticket (Technical Issues) and mention the time it happened.

🚫Common Mistake

Typing the code from an older email after clicking Resend. Only the most recent code counts — always scroll to the newest message.

There is no password — ever

Fawran seller accounts have no password and no “Forgot password” flow. Nothing to remember, nothing to reset, nothing to leak. If someone asks you for your Fawran password or a “password reset link”, it is a scam. The only secret is the 6-digit code — and Fawran staff will never ask you for it.

After sign-in: choosing a store

Every sign-in ends at the store picker — “Welcome back 👋” — listing the stores you own or belong to, each with an Open button. Choose one, and everything you see afterwards (products, orders, settings) is scoped to that store. You can switch stores at any time from the store menu in the header, or create another store from Add New Store.

Signing out and session expiry

  • Sign out: open the account menu in the header and click Sign Out. You’ll briefly see “Signing out…” and land back on the sign-in page.
  • Staying signed in: your session lives on the device and refreshes itself in the background — you won’t be asked for a code on every visit.
  • When the session expires: if the app can no longer refresh your session (long inactivity, cleared browser data, revoked access), any store page silently returns you to the sign-in page. Nothing is lost — request a fresh code and continue.
💡Tip

Shared computer? Always use Sign Out rather than just closing the tab — the session persists on the device otherwise.

Was this article helpful?