Added users table in database.
authorGuillaume Subiron <maethor@subiron.org>
Mon, 28 May 2012 13:23:53 +0000 (15:23 +0200)
committerJulien Rabier <taziden@flexiden.org>
Mon, 28 May 2012 16:29:15 +0000 (18:29 +0200)
commit16118385bb1df5fe65a3a57d7ed7550dead1e040
treebf6779228fe6e1730264b6ca5fc5335aa5a5d38e
parent122a152acb069f3658230a9c6f1ac62114554cf2
Added users table in database.

Users are connected from database.
Users can be connected without password, using key field. Usefull in
case of password loss.
Added some new templates.
main.py
schema.sql
templates/layout.html
templates/login.html
templates/password_lost.html [new file with mode: 0644]
templates/user_settings.html [new file with mode: 0644]