mattermost-community/focalboard

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

Open

#4,745 opened on May 25, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (2,542 forks)user submission
BugHelp WantedUp for grabs

Repository metrics

Stars
 (26,187 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide