Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Unable to change gotrue admin password over ui #849

Open
DenuxPlays opened this issue Sep 28, 2024 · 1 comment
Open

[Bug] Unable to change gotrue admin password over ui #849

DenuxPlays opened this issue Sep 28, 2024 · 1 comment

Comments

@DenuxPlays
Copy link

Describe the bug

When you change your admin password then the app will crash on the next restart.

To Reproduce

Steps to reproduce the behavior:

  1. create a new instance
  2. change the admin password over the ui
  3. restart the app
  4. take a look at the logs

Expected behavior

No panic.
Just load with the new password.

Screenshots

/

Desktop (please complete the following information):

  • OS: Fedora 39 (OS that docker is running)
  • Browser: all
  • Version: latest

Additional context

Normal docker compose envoirement.

@khorshuheng
Copy link
Collaborator

This might be a little tricky to implement. The reason is, AppFlowy Cloud does not know the password for gotrue admin user unless it is passed as an environmental variable. The database schema that stores the password, is accessible by gotrue and not by AppFlowy Cloud.

AppFlowy Cloud requires the Gotrue admin credentials, in order to manage operations such as inviting workspace member. So as of now, if the password for gotrue admin is modified via admin UI, the corresponding environmental variable needs to be modified to on the AppFlowy Cloud deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants