Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.59k stars 596 forks source link

[BUG] 2FA login fails with blank page #1912

Closed schories closed 1 year ago

schories commented 1 year ago

What set up are you using

Describe the bug 2FA enabled. After entering correct username and password usually the 2FA would appear. However, https://www.domain.com/twoFA/verify results in a blank page now.

To Reproduce Steps to reproduce the behavior:

  1. Go to login page
  2. enter username and password of 2FA enabled user
  3. Click on button to sign in - instead of 2FA a blank page appears

Expected behavior 2FA should work again, no blank page.

Leantime Version "leantime/leantime:latest" image, currently on DIGEST:sha256:3b377ec9540fb66b0c353222a9230efeca5aa12195e3848793931c84d1775fd5

Server official "leantime/leantime:latest" image

PHP / MySQL Version official "leantime/leantime:latest" image

schories commented 1 year ago

I've seen https://github.com/Leantime/leantime/pull/1911/commits has been integrated (PR). Once docker image is updated, I will reply with feedback. Thank you once again!

schories commented 1 year ago

Sadly the issue is still present with: official "leantime/leantime:latest" image DIGEST:sha256:96ff70a3a42551bfa93170055991ce3ca76354a95cce2a53cb0dbcda3e175376

schories commented 1 year ago

I can't find php log files, means even when in the running container. I'd like to help - but don't know how in this case?!

Thank you! :)

marcelfolaron commented 1 year ago

just released 2.4-beta-6 which should fix this

schories commented 1 year ago

Yes, 2.4-beta-6 also fixes the 2FA / MFA issue.

I apologize for the late reply.

Thank you!