Lines Matching full:username
1122 username = userpass = password = b64str = ""
1142 username, password = re.findall(r'([^:]+):(\S+)', userpass)[0]
1158 self.wfile.write('username: %s<p>' % username)
1200 self.wfile.write('<title>%s/%s</title>' % (username, password))
1261 ':'.join([pairs['username'], realm, password])).hexdigest()
1301 self.wfile.write('<title>%s/%s</title>' % (pairs['username'], password))