how do I reset the administrator account? #6680
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.After the local deployment is complete, how do I reset the administrator account? I can’t reset it anymore… 2. Additional context or commentsNo response |
Beta Was this translation helpful? Give feedback.
Answered by
crazywoola
Jul 25, 2024
Replies: 1 comment 1 reply
-
If you want to reset the email account run If you using docker, run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crazywoola
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to reset the email account run
flask reset-email
.If you want to reset the password run
flask reset-password
.See links here https://docs.dify.ai/learn-more/faq/install-faq#id-1.-how-to-reset-the-password-if-it-is-incorrect-after-local-deployment-initialization
If you using docker, run
docker exec -it docker-api-1 flask reset-password