From 587d63217a82699a5aeaf5df34ad57fe03a4540d Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Mon, 29 Apr 2019 13:36:04 +0100 Subject: [PATCH] Improvements in login UI --- backend-sample-app.py | 70 ++++++++++++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 18 deletions(-) diff --git a/backend-sample-app.py b/backend-sample-app.py index 367fd54..b717273 100755 --- a/backend-sample-app.py +++ b/backend-sample-app.py @@ -49,24 +49,58 @@ class AppHandler(BaseHTTPRequestHandler): html=""" - - - Auth form example - - -
- - - - - - - -
Username:
Password:
- -
- -""" + + + + + +

Authentication with LDAP Server

+
+
+ + + + + +
+ +
+ + +""" self.send_response(200) self.end_headers()