docker compose exec api python -c “import requests; response = requests.post('http://localhost:5001/console/api/login’, json={‘email’: ‘2132109465@qq.com’, ‘password’: ‘Dify123456’}); print(‘Status Code:’, response.status_code); print(‘Response:’, response.text\[:200\])”
Have you found a solution? My local deployment has the same issue. The password is encrypted, and using hash64 didn’t work either. I can’t recover it via email.