Passwords in a small team

Practice

Five people, thirty services, half the access sitting with one person. Order without corporate process.

A company of five has no system administrator and no processes. Access accumulates spontaneously: the domain is registered to one person, the hosting to another, the advertising account to a third, and everyone knows the email password. Until somebody leaves, this works.

What to do in one evening

  1. Write a list of services

    Domain, hosting, email, payment provider, advertising accounts, analytics, code repository, messenger. Against each: who it is registered to and who has access.

    This step usually reveals that half of it is registered to one person and some of it to somebody who left.

  2. Move ownership to the company

    Not to a person but to a corporate account or an address like admin@. A founder's personal email as the domain owner is the most common landmine.

  3. Set up a shared password vault

    A team one, not forwarding in a chat. Access is granted and revoked in a single action, and who used what is visible.

  4. Separate shared from personal

    Personal accounts are not handed over: if a colleague needs access, they get their own. Otherwise, after someone leaves, nobody can tell who did what — and everything has to be changed at once.

  5. A second factor on the critical things

    Domain, hosting, payment provider, email. Team vaults offer shared access to the codes, so nobody has to wake one person up to sign in.

What to keep where

Access typeWhereWho owns it
Domain and hostingShared vaultThe company, not a person
Shared service accountsShared vaultThe company
Personal work accountsThe employee's own vaultThe employee
Keys and tokensShared vault or a secrets managerThe company
An employee's personal accountsTheirs aloneThe employee, and that is not up for discussion
These boundaries are worth writing down: a verbal agreement stops working precisely when it becomes necessary.

When someone leaves

What exactly to require of passwords, and why scheduled changes do harm, is in password policy. The boundary between personal and work from the employee's side is covered separately.

Copied