Monday, October 14, 2019

Re: User Password Automatically changes after 15 days

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.

On Mon, Oct 14, 2019 at 11:27 PM developer panther <abhisekrock94@gmail.com> wrote:

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

--
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+unsubscribe@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,

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAbWUR5hvtPDoiePtPk%2BXm-bw%2BTN%3DCg6KmKxMKWwZdao7w%40mail.gmail.com.

No comments:

Post a Comment