Authentication — User Guide
Tenant Application
Register
- Open
/register. - If registration is closed, you will see: We are not currently accepting new registrations.
- Otherwise enter company name, your name, work email, and password.
- After success you are signed in and taken to the workspace dashboard.
Registration creates your workspace, owner account, default roles, and default modules (Leads, Tasks, Communication Templates). The workspace platform domain is generated automatically from the company name (spaces and special characters become hyphens), for example Acme Corp → acme-corp.localhost (or your platform suffix in production). Custom domains require the Branded module after signup.
Login
- Open
/login. - Enter your workspace, email, and password. The workspace is preselected when you open the application on its workspace domain.
- Optionally enable Remember me.
- Verify your email when prompted; unverified accounts cannot open protected workspace pages. On the verify-email gate, Sign out ends the session and returns you to
/login(or/central/loginfor Central). - After success you land on
/dashboard.
If a new member never receives the verification email, a workspace owner or admin can open Administration → Users, open that user’s row menu, and either Resend verification or Mark as verified.
Your browser does not save a workspace selection in local storage. Open the correct workspace host or enter the workspace again when using the shared login URL.
Forgot password
- Open
/forgot-password(or use the link on the login page). - Enter your email and submit.
- If an account exists, you receive a reset email.
Reset password
- Open the link from your email (
/reset-password/{token}?email=…). - Enter and confirm a new password that meets platform password rules.
- After success you are redirected to
/login.
Logout
Use Sign out on the tenant dashboard. Your session token is revoked.
Session timeout
If you are idle longer than your workspace Session timeout (or the Central default when the workspace has not overridden it), or your access token expires or is revoked, the application signs you out and returns you to /login (or /central/login for Central). Workspaces can enable Never timeout so idle logout is disabled.
You should not remain on workspace pages seeing load errors after a real session expiry.
Central Application (platform admins)
Central auth lives under /central/*.
| Action | URL |
|---|---|
| Login | /central/login |
| Forgot password | /central/forgot-password |
| Reset password | /central/reset-password/{token}?email= |
| Admin console | /central/dashboard |
Central users are invited by administrators; there is no public Central registration page.
Central administrators must also verify their invited email address before accessing protected Central pages.