User Password Automatically changes after 15 days

18 views
Skip to first unread message

developer panther

unread,
Oct 14, 2019, 12:27:42 PM10/14/19
to Django users

Hello all,

I am facing a serious issue in production, that password of users table is automatically changes after 15 days or probably 2 weeks
we are using
server:- AWS server EC2 instance
database:- MYSql
Usertable :- Django auth table

please look into this on priority

Duncan Jerry

unread,
Oct 14, 2019, 5:41:44 PM10/14/19
to django...@googlegroups.com
this question should be directed to AWS customer care line, if u reach out to them, they will reply 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1e0659bb-44d7-4c1b-8422-f10bc01c598a%40googlegroups.com.

Aldian Fazrihady

unread,
Oct 14, 2019, 6:52:23 PM10/14/19
to django...@googlegroups.com
It doesn't make sense that something has a feature to automatically change user's password. It is because only the user is allowed to know the plain text of his password.
Backend can only know the hash of the password.

Please check if your deployment has a data fixtures that overrides some existing user table.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1e0659bb-44d7-4c1b-8422-f10bc01c598a%40googlegroups.com.


--
Regards,

Reply all
Reply to author
Forward
0 new messages