You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
Dify version
lasted
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I'm using Docker to run Dify and I got the password wrong a few times and it's giving me this error "Too many incorrect password attempts. Please try again later." Can anyone help me resolve it?
✔️ Expected Behavior
I want login
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered:
To resolve the "Too many incorrect password attempts" error when using Docker to run Dify, you can reset the password using the following command if you deployed with Docker Compose:
docker exec -it docker-api-1 flask reset-password
You will be prompted to enter your email address and a new password twice. This will reset the password and should help resolve the issue.
Additionally, if you still face issues, you can connect to your Redis container and run the FLUSHALL command to reset all rate limiting data, including the stored login attempt counters that are causing the lockout. Be cautious when using FLUSHALL in production environments, as it will clear all data in Redis [1][2].
Self Checks
Dify version
lasted
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I'm using Docker to run Dify and I got the password wrong a few times and it's giving me this error "Too many incorrect password attempts. Please try again later." Can anyone help me resolve it?
✔️ Expected Behavior
I want login
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: