helm: 'Password Expired' Error
Description of the issue
Helm deployment is not working properly. I followed all steps described on the website. The ‘scheduler’ deployment and all ‘workers’ fail to start.
Steps to reproduce the issue
- install chart via helm
- wait for a couple of seconds
Expected result
pods should start up
Stacktrace / full error message if available
error message in scheduler and worker pods.
You are required to change your password immediately (password expired)
Changing password for frappe.
Current password: su: Authentication token manipulation error
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 24 (2 by maintainers)
Commits related to this issue
- feat: make images arm64 compatible — committed to frappe/frappe_docker by revant 3 years ago
Seems like the issue is caused because of
PASS_MAX_DAYSbeing set within thepython-3.7docker image:https://github.com/bitnami/bitnami-docker-python/blob/9507e4f3d02b48c22be87a45697f60aebcb0dce2/3.7-prod/debian-10/Dockerfile#L17-L19
compose file? pass it as environment variables for services using frappe/erpnext-worker image.
for Kubernetes deployments do
If that’s the case can anyone check setting PASS_MAX_DAYS=99999 during run time?
@revant Just ran into this same issue. I have an erpnext system that I turn on once every few weeks, do some work and then shut it down. When I went to turn it on today, I ran into this issue.

when i deploy frappe , i encountered the same problem @revant