<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Found 1 issue when testing<br>
      <br>
      input wrong user/pass, response error of 'incorrect user/pass',
      input correct user/pass again. got error below<br>
      <br>
      &nbsp;&nbsp;&nbsp; <img src="cid:part1.02000608.08060104@linux.vnet.ibm.com"
        alt=""><br>
      <br>
      This only occurs when first time login after clearing brower
      cache.<br>
      <br>
      <br>
      On 6/12/2014 12:24 AM, <a class="moz-txt-link-abbreviated" href="mailto:shaohef@linux.vnet.ibm.com">shaohef@linux.vnet.ibm.com</a> wrote:<br>
    </div>
    <blockquote
      cite="mid:1402503877-11553-1-git-send-email-shaohef@linux.vnet.ibm.com"
      type="cite">
      <pre wrap="">From: ShaoHe Feng <a class="moz-txt-link-rfc2396E" href="mailto:shaohef@linux.vnet.ibm.com">&lt;shaohef@linux.vnet.ibm.com&gt;</a>

V3 -&gt; V4:
improve the login page.

V2 -&gt; V3:
improve when to show timeout message

V1 -&gt; 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        |  53 +++++++++++++++++----
 src/kimchi/config.py.in   |   7 +++
 src/kimchi/root.py        |  38 +++++++++++----
 src/kimchi/server.py      |   2 +
 tests/test_rest.py        |   1 -
 ui/images/progressing.gif | Bin 0 -&gt; 1152 bytes
 ui/js/src/kimchi.main.js  |  14 ++++--
 ui/pages/login.html.tmpl  | 118 ++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 209 insertions(+), 24 deletions(-)
 create mode 100644 ui/images/progressing.gif
 create mode 100644 ui/pages/login.html.tmpl

</pre>
    </blockquote>
    <br>
  </body>
</html>