Multi-Factor Authentication (MFA)
Enable MFA for your account
MFA adds a second layer of verification at login using an authenticator app (such as Google Authenticator, Authy, or 1Password). To enable MFA for your own account, go to your user profile settings and follow the prompts to scan the QR code and save backup codes.Enforce MFA for all users
Tenant Admins can require every workspace member to use MFA.Enable the toggle
Find the Require MFA for all users toggle and switch it on. The change saves immediately.
Encryption
All API credentials you enter in MSP Recapp are protected with AES-256-GCM encryption.- Credentials are encrypted server-side using a master key stored in secure vault storage.
- Credentials are never transmitted to or stored in client-side storage (such as localStorage or cookies).
- Database connection credentials follow the same encryption model; see Connecting your own database for details.
Sessions
The Sessions tab lists all currently active login sessions for your account, including device type and session start time. You can review this list to spot any unrecognized sessions. To end a session you do not recognize, select it and click Revoke. This immediately signs out that session and the user will need to log in again.Audit Log
The Audit Log tab provides a paginated, searchable record of all significant events in your workspace. The following event types are tracked:| Event type | What it records |
|---|---|
| Login | Successful user sign-ins |
| Logout | User sign-outs |
| Integration Sync | Each time an integration sync is triggered |
| Settings Change | Changes to profile, terminology, database, or notification settings |
| Branding Change | Changes to logo or sidebar colors |
| Security Change | Changes to MFA enforcement or other security settings |
| User Invited | When a new invitation is sent |
| User Removed | When a user is removed from the workspace |
| Role Changed | When a user’s role is updated |
| MFA Enabled | When a user enables MFA on their account |
| MFA Disabled | When a user disables MFA on their account |
Filtering and exporting logs
Use the search bar to filter by description or user email. Use the event-type dropdown to narrow results to a specific category. Apply a date range by clicking the Date Range button and selecting a preset (Today, Last 7 days, Last 30 days, Last 90 days) or a custom range. Export the current filtered view as CSV or PDF using the buttons in the toolbar.Security recommendations
Use strong passwords
Require passwords with at least 12 characters, including numbers and symbols. Avoid reusing passwords across services.
Enable MFA
Enable MFA on your own account and consider enforcing it for all users in your workspace. Multi-factor authentication significantly reduces the risk of unauthorized access.
Review user access regularly
Periodically audit your Users page. Remove or disable inactive accounts and verify that admin permissions are granted only to those who need them.