#27515: admin login action is maxlength 254 rether thet 150 characters
------------------------------------------------+------------------------
               Reporter:  Ramin Farajpour Cami  |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Forms                 |        Version:  1.10
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 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,

--
Ticket URL: <https://code.djangoproject.com/ticket/27515>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.6e7e72f7ee738d75cf806b481fb80b6a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to