Lines Matching refs:user_pass
760 user_pass = '%s:%s' % (unquote(user), unquote(password))761 creds = base64.b64encode(user_pass).strip()