Your comments

Sure, It will be better, but I'm not TeamPass developer :( I fixed only this issue.

Hi,


You can edit file "sources/identify.php" and replace :

if (isset($_SESSION['settings']['google_authentication']) && $_SESSION['settings']['google_authentication'] == 1 && $username !== "admin") {


with


if (isset($_SESSION['settings']['google_authentication']) && $_SESSION['settings']['google_authentication'] == 1) {


And after it works.