Login (Email + Password)
| Access | Public |
| Route | /login |
The traditional email and password login page. Also handles password resets and new user registration.
What you see​
- Email input — with real-time spell-check on the domain (suggests corrections like "Did you mean gmail.com?")
- Password input — hidden when SSO is detected for your email domain
- Login button — or "Login with SSO" if your email domain is configured for SSO
- "Forgot password" link — switches the page to password reset mode
Login methods selector​
A collapsible card at the bottom offers alternative login methods:
- Passwordless login (magic link via email)
- Email and Password login (this page)
- SMS login (phone-based OTP)
Page modes​
The page has three modes controlled by what you click:
| Mode | What it does |
|---|---|
| Login | Standard email + password sign-in |
| Reset | Sends a password reset email (password field hidden) |
| Create | Registers a new user account |
SSO detection​
If your email domain is configured for Single Sign-On, the password field is automatically hidden and the button changes to "Login with SSO". Clicking it redirects you to your company's identity provider.
What happens after login​
| Result | What happens |
|---|---|
| Success + verified email | You are taken to the Home page |
| Success + unverified email | A verification email is sent, then you are logged out |
| User not found | A new account is created, verification email sent, then logged out |
| Wrong password | Error message shown |