Opened 2 months ago
Closed 2 months ago
#35715 closed New feature (duplicate)
Add TOTP and max password incorrect attempt in admin login page
Reported by: | casa.ndrac.a.h.esa@gmail.com | Owned by: | |
---|---|---|---|
Component: | contrib.auth | Version: | 5.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Add TOTP and max password incorrect attempt in admin login page. This adds layer of protection to users who want to login through admin page in Django.
Change History (3)
comment:1 by , 2 months ago
comment:2 by , 2 months ago
Type: | Uncategorized → New feature |
---|
comment:3 by , 2 months ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Thanks for the proposal, however this was already reported in #25612.
Note:
See TracTickets
for help on using tickets.
Add TOTP (Time Based One TIme Password) and max password incorrect attempt in admin login page. This adds layer of protection to users who want to login through admin page in Django.