mattermost-community/focalboard

Bug: Login does not work if upgrading from 7.5.2 to latest docker version

Open

#4745 aperta il 25 mag 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (2542 fork)user submission
BugHelp WantedUp for grabs

Metriche repository

Star
 (26.187 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi,

I have been using Focalboard for a year now. I usually login in every few months to update some things. Watchtower is automatically updating the Docker container of Focalboard. However, today I encountered an unexpected issue - I am unable to log in anymore.

To resolve this, I followed the steps outlined in the "reset password" section of the Focalboard guide (https://www.focalboard.com/guide/admin/). Since the Docker container doesn't have a text editor, I had to install nano and curl. Curl is required for the reset script.

After installing nano and curl, I executed the following script:

bash reset-password.sh name temporarypassword (Note: I replaced the actual name with 'name' here)

The output I received was: {"error":"internal server error","errorCode":500} ...

The container's output while trying to reset the password states:

"user not found (name)" "API ERROR." Why has my user disappeared? Is it possible to check which users exist in the db?

Guida contributor