Login input field too short in Android Build frontend

Bug #1196514 reported by Paul Sokolovsky
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Android Infrastructure
Fix Released
High
Paul Sokolovsky

Bug Description

Bero writes:

this breaks things badly for me: The login form is limited to 30
characters, but <email address hidden> is 32.
Even after injecting "document.getElementById("id_username").maxLength=35"
into the login page with a JS debugger, the login fails (probably because
the 30 character limit is not just imposed by the form at random -
username/permission mappings stored in a sql field limited to 30 chars?)
(Yes, the proper fix would be getting me a shorter name ;) I don't have the
right permissions to do that though ;) )

Changed in linaro-android-infrastructure:
importance: Undecided → High
assignee: nobody → Paul Sokolovsky (pfalcon)
status: New → Confirmed
Changed in linaro-android-infrastructure:
status: Confirmed → In Progress
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Confirmed issue as described by Bero. This seems to be scalable way to fix it: https://github.com/GoodCloud/django-longer-username (add this meta-app to the set of Django apps).

Changed in linaro-android-infrastructure:
milestone: none → 2013.07
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Deployed django-longer-username app and verified that both DB and form now has 255 char limit. Waiting for Bero to confirm it's actually fixed.

Changed in linaro-android-infrastructure:
status: In Progress → Fix Committed
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

No complaints - closing.

Changed in linaro-android-infrastructure:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.