StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
409 stars 105 forks source link

Login not working #77

Closed thiemok closed 4 years ago

thiemok commented 4 years ago

Summary The login seems to be currently not working on the latest docker image.

Steps to reproduce

I believe this is due to a recent change in the linked function https://github.com/StevenWeathers/thunderdome-planning-poker/blob/a4dcac166b13c5996acf6d9bf88a4955629b522c/pkg/database/warriors.go#L36

It seems like avatar and password are being read in reverse from the db, thus supplying the wrong value to the password check

StevenWeathers commented 4 years ago

Wow great find!, fixing asap.