Opened 8 years ago
Last modified 7 years ago
#27515 closed Cleanup/optimization
admin login action is maxlength 254 rether thet 150 characters — at Initial Version
Reported by: | Ramin Farajpour Cami | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Andrey Kuzminov | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi,
<form action="/admin/" method="post" id="login-form"> <input type="hidden" name="csrfmiddlewaretoken" value=""> <div class="form-row"> <label class="required" for="id_username">Username:</label> <input autofocus="" id="id_username" maxlength="254" name="username" type="text" required="">
maxlength="150"
is Right,
Note:
See TracTickets
for help on using tickets.