Opened 7 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,

http://127.0.0.1:8000/admin/

<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,

Change History (0)

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