Hello Bero, On Sat, 29 Jun 2013 12:32:05 +0200 Bernhard Rosenkränzer <[email protected]> wrote:
> Hi, > this breaks things badly for me: The login form is limited to 30 > characters, but [email protected] 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 ;) ) Sorry about this, Django's default username length is indeed too restrictive. I updated it and verified that both DB and form now has bigger limit (255). Can you please verify it works ok for you? (Tracked as https://bugs.launchpad.net/linaro-android-infrastructure/+bug/1196514 ) > > ttyl > bero > > > > On 27 June 2013 19:35, Paul Sokolovsky <[email protected]> > wrote: > > > Hello, > > > > After couple of iterations, android-build.linaro.org was updated to > > authenticate against Linaro Login system. Please use your > > login.linaro.org username (with @linaro.org suffix) and password to > > login from now on. Personal jobs were also renamed to have > > firstname.lastname prefix instead of Launchpad username. If you > > cannot see your jobs, please contact me to check their state. > > > > Below is interim progress report for completeness. > > > > > > Thanks, > > Paul > > > > > > > > > > Begin forwarded message: > > > > Date: Wed, 26 Jun 2013 22:43:07 +0300 > > From: Paul Sokolovsky <[email protected]> > > To: Paul Sokolovsky <[email protected]> > > Cc: linaro-android <[email protected]>, Infrastructure > > <[email protected]>, Linaro Validation > > <[email protected]>, Philip Colmer > > <[email protected]> Subject: Re: [ANN] > > android-build.linaro.org upgrade to Linaro Login Service > > > > > > Hello, > > > > On Wed, 26 Jun 2013 15:46:50 +0300 > > Paul Sokolovsky <[email protected]> wrote: > > > > > Hello, > > > > > > With Android releases out, I'd like to proceed with switchover of > > > Android Build frontend authenticaton to Linaro Login. Estimated > > > downtime is 2hrs. To minimize impact, I'm scheduling this for > > > later evening UTC (around 8pm UTC). Let me know if you need > > > access to a-b at that time (otherwise, upgrade is OKed by Vishal). > > > > Upgrade went well, except that now it's not possible to create > > personal builds. That's because login username is used to form > > created job name, and with Linaro Login, username is > > [email protected] - that's not valid as part of job name, and > > besides that, it's too long. Even if I adhocly remapped it to > > first-last, it's still too long, and still would required boring > > renaming of existing jobs. > > > > Atlassian Crowd supports login aliases, Philip mentioned that it's > > possible to create one, but I skipped doing that just for me, hoping > > that it would be offered for all folks as part of git migration or > > something, but that didn't happen. Well, I guess it's time to raise > > that request now - going submit ITS ticket for this. > > > > > > -- > > Best Regards, > > Paul > > > > Linaro.org | Open source software for ARM SoCs > > Follow Linaro: http://www.facebook.com/pages/Linaro > > http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog > > > > > > -- > > Best Regards, > > Paul > > > > Linaro.org | Open source software for ARM SoCs > > Follow Linaro: http://www.facebook.com/pages/Linaro > > http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog > > > > _______________________________________________ > > linaro-android mailing list > > [email protected] > > http://lists.linaro.org/mailman/listinfo/linaro-android > > -- Best Regards, Paul Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog _______________________________________________ linaro-dev mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-dev
