Testimonials
What our customers say about Team Password Manager

Team Password Manager Blog

Two patches for v. 11.141.247

Hi everyone!

We've recently released two patches for version 11.141.247 of Team Password Manager:

Patch 11.141.247.639: this patch corrects a bug in LDAP Sync "Add/update groups and sync members" objects that doesn't use the correct Base DN for members with paged searches. If you're using LDAP Sync you should apply it.

Patch 11.141.247.637: this patch corrects a bug that doesn't correctly show the page numbers in password and projects lists. It only affects PHP 8+.

Thanks to everyone who reported these bugs and helped correct them.

New release (11.141.247): PHP 8 and more

Hi everyone!

Today we're releasing a new version of Team Password Manager, 11.141.247, that adds support for PHP 8 and some other features:

PHP 8 support

Team Password Manager now supports PHP 8 (8.0 and 8.1). We've had to change many things to support this versions of PHP, but two stand out:

Browser Extension Update (3.17.16)

Hi!

We've recently released an update of the Browser Extension, version 3.17.16, with the following changes:

Search functionality in login forms

You can now search for passwords in a specific domain/subdomain in the pop up screen that appears in the login form fields:

TPM CE choose password

New release: 10.138.240

Hi everyone!

Today we're releasing a new version of Team Password Manager, 10.138.240, with the following features:

  1. We've introduced password rules for local users. These apply for local users only, not SAML or LDAP users. These rules allow admins to force more complex passwords for local users. You can find them in Settings | User Password Rules:

    password rules for local users

New release (10.135.236): API v.5 and One Time Passwords

Hi everyone!

Today we're releasing a new version of Team Password Manager, 10.135.236, with many changes, two of which stand out: API v.5 and One Time Passwords.

API v.5

API v.5 introduces file management to the API. With API v.5 you can upload and download files using the API, as well as do other operations with files: list, update, etc. Basically, the same operations you can do using the web user interface. We've included examples in PHP of how you can upload and download files in the documentation.