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