Two-Factor Authentication (2FA)
Two-factor authentication adds a second verification step to your login, requiring both your password and a one-time code from an authenticator app. Enable it to protect your account even if your password is ever compromised.1
Open Security Settings
Go to Settings → Security. You’ll see the Two-Factor Authentication section with its current status shown as Disabled.
2
Click Enable 2FA
Click the Enable Two-Factor Authentication button. Zolt confirms your identity by asking you to re-enter your password before continuing.
3
Scan the QR Code
A QR code appears on screen. Open your authenticator app — such as Google Authenticator, Authy, or 1Password — and use it to scan the QR code. If your app doesn’t support QR scanning, click Enter code manually to copy the setup key and paste it directly into your app.
4
Enter the Verification Code
Your authenticator app generates a 6-digit code that refreshes every 30 seconds. Enter the current code into the field on screen and click Verify and Enable. Zolt confirms that 2FA is active.
5
Save Your Backup Codes
Zolt displays 8 single-use backup codes. Download them as a text file or copy them to a secure location. Each code can only be used once. Click Done to finish setup.
Managing Active Sessions
Every time you sign in to Zolt — on a new device, browser, or location — a session is created. You can view and revoke these sessions to ensure only recognized devices have access to your account. To review your active sessions, go to Settings → Security → Active Sessions. Each session entry shows:- The device type and operating system
- The browser used
- The approximate location (based on IP address)
- The date and time the session was created
Audit Log (Admins and Owners)
Workspace Admins and Owners have access to the Audit Log, a chronological record of significant actions taken within the workspace. The audit log is a read-only record and cannot be modified or deleted. To access it, go to Settings → Security → Audit Log. The audit log records the following types of events:- Member changes — invitations sent, members added or removed, roles changed
- Permission changes — project visibility changes, role permission updates
- Project activity — projects created, archived, or permanently deleted
- Billing events — plan upgrades, downgrades, and cancellations
- Security events — 2FA enabled or disabled, API keys created or revoked, SSO configuration changes
The audit log retains up to 12 months of history on the Business plan and 3 months on the Pro plan. The Free plan does not include audit log access.
API Key Security
If you use the Zolt REST API, your API keys grant the same level of access to your account data as your login credentials. Handle them with the same care as a password. Best practices for keeping your API keys secure:- Never share keys — do not paste API keys into Slack messages, emails, or public repositories
- Rotate regularly — generate a new key every 90 days and revoke the old one
- Use environment variables — store keys in server-side environment variables, not in source code
- Revoke immediately if exposed — if a key is accidentally committed to a public repo or shared, revoke it right away from Settings → Security → API Keys