From 546a0147fb7c634b994d540ad95ffc0cac97d2fc Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Sat, 27 Aug 2011 22:37:44 +0300 Subject: [PATCH] fix: changed keyword input field to type password --- IPython/frontend/html/notebook/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/handlers.py b/IPython/frontend/html/notebook/handlers.py index 654f76004..fcde68d7c 100644 --- a/IPython/frontend/html/notebook/handlers.py +++ b/IPython/frontend/html/notebook/handlers.py @@ -57,7 +57,7 @@ class LoginHandler(BaseHandler): user_id = self.get_secure_cookie("user") self.write('
' 'Name: ' - 'Keyword: ' + 'Keyword: ' '' '
'%user_id)