[Kimchi-devel] [PATCH V2 0/5] add a new login page.

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Tue Jun 3 17:28:32 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

V1 -> V2:
when username or password is wrong, back to login page with an error message.        
when session time out, back to login page with an error message.        


ShaoHe Feng (5):
  create a new login page
  redirect the URL to login page when session timeout or first login
  when login successfully, redirect to the last page.
  login page prompts error when username or password is wrong
  login page prompts error when session timeout

 src/kimchi/auth.py        |  39 ++++++--
 src/kimchi/config.py.in   |   3 +
 src/kimchi/root.py        |  38 ++++++--
 ui/images/progressing.gif | Bin 0 -> 1152 bytes
 ui/js/src/kimchi.main.js  |  13 ++-
 ui/pages/login.html.tmpl  | 228 ++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 299 insertions(+), 22 deletions(-)
 create mode 100644 ui/images/progressing.gif
 create mode 100644 ui/pages/login.html.tmpl

-- 
1.9.3




More information about the Kimchi-devel mailing list