Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.1.26-patch-1.tar.gz | 2016-10-15 | 8.8 MB | |
2.1.26-patch-1.zip | 2016-10-15 | 9.5 MB | |
README.md | 2016-10-15 | 1.2 kB | |
Totals: 3 Items | 18.3 MB | 0 |
Teampass 2.1.26 is released through 2.1.26-final-2.
How to?
New installation or upgrade from earlier version
If you want to deploy release 2.1.26, you can use this release. It includes all bug fixing since 2.1.26 was released. Follow instruction to install or upgrade.
Patching 2.1.26 instance
If you want to patch your current Teampass instance, you have different choices: 1. Download this package and overwrite all existing files 2. Only download the modified files and overwrite them (recommended) 3. Apply manually the patch in existing files
List of patches
Patch 1
Bug fix for [#1550]
Modified files
Manual patching
- open file
/sources/identify.php
- replace
if (isset($_SESSION['settings']['google_authentication']) && $_SESSION['settings']['2factor_authentication'] == 1 && $username != "admin") {
by
if (isset($_SESSION['settings']['google_authentication']) && $_SESSION['settings']['google_authentication'] == 1 && $username != "admin") {