Direct ZIP (always latest):
https://github.com/fishdan/team-passwords/releases/latest/download/team-passwords.zip
Specific version:
https://github.com/fishdan/team-passwords/releases/download/v0.1.3/team-passwords-0.1.3.zip
A lightweight WordPress plugin for securely storing and sharing passwords with your team.
- AES-256 encryption for all stored passwords
- Frontend vault page via
[team_passwords]shortcode - Bootstrap-styled table and forms
- Role-based access control
- Custom role:
team_passwords_user(view-only by default) - Admins have full access
- Optional capability to allow adding passwords from frontend
- Custom role:
- Auto-creates vault page (
/team-passwords) on activation - Passwords masked by default with “Show” button
- Works on frontend and admin dashboard
- Copy the
team-passwordsfolder into your WordPresswp-content/pluginsdirectory. - Activate the plugin from Plugins → Installed Plugins.
- On activation:
- Creates the database table
wp_team_passwords. - Creates the
/team-passwordspage with the[team_passwords]shortcode if it doesn't exist. - Adds the
team_passwords_userrole.
- Creates the database table
Alternatively download the latest zip file from the button above and install it via your wordpress "add plugin"
- Visit
/team-passwordswhile logged in. - If not logged in, you’ll see a login form.
- Admins see:
- Add Password form
- Password list
- Team Passwords Users see:
- Password list only (unless granted add capability)
To embed the vault on another page:
[team_passwords]