Merge lp:~wgrant/launchpad/hardcoded-password into lp:launchpad
Proposed by
William Grant
on 2012-01-17
| Status: | Merged |
|---|---|
| Merged at revision: | 14693 |
| Proposed branch: | lp:~wgrant/launchpad/hardcoded-password |
| Merge into: | lp:launchpad |
| Diff against target: |
420 lines (+82/-76) 11 files modified
configs/testrunner/launchpad-lazr.conf (+1/-0) lib/lp/blueprints/browser/tests/test_sprint.py (+1/-1) lib/lp/bugs/scripts/bugexpire.py (+1/-2) lib/lp/bugs/scripts/checkwatches/base.py (+1/-1) lib/lp/services/config/schema-lazr.conf (+6/-0) lib/lp/services/webapp/authentication.py (+18/-32) lib/lp/services/webapp/interaction.py (+1/-1) lib/lp/services/webapp/interfaces.py (+4/-14) lib/lp/services/webapp/tests/test_authutility.py (+47/-20) lib/lp/testing/pages.py (+1/-4) lib/lp/testing/yuixhr.py (+1/-1) |
| To merge this branch: | bzr merge lp:~wgrant/launchpad/hardcoded-password |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Steve Kowalik (community) | code | 2012-01-17 | Approve on 2012-01-18 |
|
Review via email:
|
|||
Commit Message
[r=stevenk][no-qa] Disable basic auth outside the testrunner, and use 'test' as the password instead of looking things up in AccountPassword.
Description of the Change
This branch drops most of the remaining password support in Launchpad. The major changes are in lp.services.
To post a comment you must log in.

I'm a little nervous about this change, but having said that, as long as this passes ec2, I'm okay with it, since, as you say it won't get anywhere near production.