Skip to content

fishdan-plugins/team-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Passwords Plugin

Version License WordPress

⬇️ Download

Latest Release

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.


✨ Features

  • 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
  • Auto-creates vault page (/team-passwords) on activation
  • Passwords masked by default with “Show” button
  • Works on frontend and admin dashboard

📦 Installation

  1. Copy the team-passwords folder into your WordPress wp-content/plugins directory.
  2. Activate the plugin from Plugins → Installed Plugins.
  3. On activation:
    • Creates the database table wp_team_passwords.
    • Creates the /team-passwords page with the [team_passwords] shortcode if it doesn't exist.
    • Adds the team_passwords_user role.

Alternatively download the latest zip file from the button above and install it via your wordpress "add plugin"


🚀 Usage

Frontend Vault

  • Visit /team-passwords while 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)

Shortcode

To embed the vault on another page:

[team_passwords]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors