Skip to content

2.1.26-patch-1

Compare
Choose a tag to compare
@nilsteampassnet nilsteampassnet released this 15 Oct 06:25
· 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:

  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

/sources/identify.php

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") {