Home | History | Annotate | Download | only in scripts

Lines Matching full:username

243      1) We get a username and password from the user
260 print >>sys.stderr, "Invalid username or password."
414 help="The username to use. Will prompt if omitted.")
468 """Prompts the user for a username and password."""
759 username, netloc = urllib.splituser(netloc)
760 if username:
761 logging.info("Removed username from base URL")