mattermost-community/focalboard

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

Aberta

#4.745 aberto em 25 de mai. de 2023

 (2 comentários) (0 reação) (0 responsável)TypeScript (2.542 forks)user submission
BugHelp WantedUp for grabs

Métricas do repositório

Stars
 (26.187 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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?

Guia do colaborador