Lines Matching refs:username
854 username = userpass = password = b64str = ""
874 username, password = re.findall(r'([^:]+):(\S+)', userpass)[0]
890 self.wfile.write('username: %s<p>' % username)
928 self.wfile.write('<title>%s/%s</title>' % (username, password))
987 ':'.join([pairs['username'], realm, password])).hexdigest()
1027 self.wfile.write('<title>%s/%s</title>' % (pairs['username'], password))