mattermost-community/focalboard

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

Open

#4,745 创建于 2023年5月25日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)TypeScript (26,187 star) (2,542 fork)user submission
BugHelp WantedUp for grabs

描述

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?

贡献者指南