Merge lp:~mwhudson/launchpad/allow-import-password into lp:launchpad
Proposed by
Michael Hudson-Doyle
on 2010-04-07
| Status: | Merged |
|---|---|
| Approved by: | Michael Hudson-Doyle on 2010-04-28 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~mwhudson/launchpad/allow-import-password |
| Merge into: | lp:launchpad |
| Diff against target: |
144 lines (+31/-15) 4 files modified
lib/lp/code/browser/codeimport.py (+4/-3) lib/lp/code/interfaces/codeimport.py (+1/-1) lib/lp/code/stories/codeimport/xx-admin-codeimport.txt (+8/-7) lib/lp/code/stories/codeimport/xx-create-codeimport.txt (+18/-4) |
| To merge this branch: | bzr merge lp:~mwhudson/launchpad/allow-import-password |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Penhey (community) | Approve on 2010-04-21 | ||
| Jeroen T. Vermeulen (community) | code | 2010-04-07 | Needs Fixing on 2010-04-07 |
|
Review via email:
|
|||
Commit Message
Allow a username and password to be specified in a code import's URL
Description of the Change
Hi,
This branch adds the ability to specify a username and password in code import urls.
Cheers,
mwh
To post a comment you must log in.
| Tim Penhey (thumper) wrote : | # |
I think that a warning on the page where they are entering it would be enough.
| Tim Penhey (thumper) wrote : | # |
I think if you add a warning on the page saying it will be publicly visible, we can land this.
review:
Approve

As per IRC, I have one problem with this: you're inviting users to enter complete login credentials which will then be shown publicly in the UI.
An option you proffered was a warning text. Another is to ensure that the password is never displayed except to the user who entered it.