Overview
If your app uses email and password authentication, Frostline can sign in automatically during demos using provided credentials. This method works by having the agent fill and submit your existing login form inside the demo environment. No special SDKs or backend changes are required.How it works
- The agent navigates to your login page
- It fills in the configured email and password
- The form is submitted
- On success, the agent proceeds with the demo
- Uses your existing login UI
- Requires valid credentials
- Runs only in the demo environment
- Cannot bypass OTP, CAPTCHA, or 2FA
Limitations
Email/password authentication will not work if your login flow includes:- OTP or verification codes (email or SMS)
- CAPTCHA (reCAPTCHA, hCaptcha, etc.)
- Two-factor authentication (2FA)
- Magic link or passwordless login
- Any interactive verification step
1
Configure email and password credentials
Provide the credentials of the user account the agent should sign in as during demos.
Required fields
- Email – Email address of the demo user
- Password – Password for the demo user
Before you configure
Make sure that:- A dedicated demo user account exists
- You can log in with these credentials manually
- OTP, CAPTCHA, and 2FA are disabled
- The account has sufficient permissions for demos
Security
- Credentials are stored encrypted
- They are injected only into a secure demo sandbox
- The agent never exposes credentials in logs or recordings
- Use a demo-only account with limited permissions
2
Prepare your demo environment
For reliable demos, your demo environment should:
- Disable OTP and CAPTCHA
- Disable 2FA for the demo user
- Use a dedicated demo account (not a real customer)