Mentality Dictionary

Zero trust

Definition

Zero trust treats every request as untrusted until verified, and limits what any one identity can reach.

Also called: zero-trust

Why it matters for WordPress

Classic “we are on the office VPN so we are safe” thinking does not match remote teams and cloud hosts. For WordPress, zero trust shows up as strong identity checks, least privilege, and least surprise when a laptop is stolen.

How it shows up in practice

  • 2FA on admin accounts
  • Separate staging credentials
  • No shared “admin / admin” style accounts
  • Hosting panels and deploy keys locked down like production

What to do

  1. Verify users (password + 2FA), not just IP allowlists.
  2. Split duties: deploy keys ≠ content editor accounts.
  3. Expire access when freelancers leave.
  4. Prefer short-lived tokens for integrations over immortal application passwords when you can.

Nearby ideas in the dictionary

All terms →