Opened 5 years ago

Closed 5 years ago

#30877 closed Bug (invalid)

User Password Automatically changes after 15 days.

Reported by: Abhisek singh Owned by: nobody
Component: contrib.auth Version: 2.2
Severity: Normal Keywords: django auth problem
Cc: abhishek.singh@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (1)

comment:1 by Mariusz Felisiak, 5 years ago

Resolution: invalid
Status: newclosed
Summary: User Password Automatically changes after 15 daysUser Password Automatically changes after 15 days.
Type: UncategorizedBug

Django doesn't change passwords automatically. Please don't use trac as a support channel.

Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top