← Back to Map MGT

Privacy

What Map MGT holds about the people who use it. Compiled from the application source; every statement below is verifiable in the code.

Map MGT is an internal team platform, not a consumer product. Accounts are created by staff and must be approved by an administrator before they can sign in. There is no public sign-up that grants access.

What is stored about your account

When you register, the application stores:

FieldNotes
username, emailAs you entered them. The email is lower-cased and must be unique.
password_hash, password_salt Your password is never stored. Only a PBKDF2-HMAC-SHA256 hash with a per-user random salt and 200,000 iterations is kept.
role, statusYour permission level, and whether the account is pending, active or rejected.
session_tokenA random token matching the sign-in cookie. Cleared when you sign out.
created_at, approved_at, approved_by, last_login When the account was made, who approved it, and when you last signed in.
themeYour light/dark choice, so it follows you between devices.

Activity log

Administrative actions are recorded to an append-only log capped at the most recent 2,000 entries. Each entry holds a timestamp, the acting account, the action, the target and a short detail string. Sign-ins, sign-outs, sign-ups, approvals, role changes and deletions appear here.

Operational data

Beyond accounts, Map MGT holds the business data staff enter or generate: creator and social-account records, tracker statistics, chatting sales and shift records, payroll and financial figures, and the images and videos produced by the generation tools. This is business data rather than data about you as a user, but it is stored on the same server.

Services data is sent to

Map MGT calls these external services to do its work. Content you submit to a tool is sent to the provider behind it:

No analytics or advertising service receives anything. See Cookies and browser storage for what is kept in your browser.

Access

Access is controlled by role. Administrators can view the member list and activity log; the financial reports are restricted further, to named accounts only. Chatters see only their own pay and timesheet records.

Security

To be completed by Map MGT

The sections above state only what the application does. A complete privacy notice also needs the following, which cannot be read from the code and have deliberately not been invented:

Have these reviewed by someone qualified before treating this page as a published privacy notice.

Cookies · Back to Map MGT