2.1.26-patch-1
·
2422 commits
to master
since this release
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:
- Download this package and overwrite all existing files
- Only download the modified files and overwrite them (recommended)
- 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") {