summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add `logout_required; Add bootstrap for formsMarian Sigler2012-09-246-42/+42
|
* settings: start with service managementMarian Sigler2012-09-211-3/+3
|
* Send verify mail on change of mail addressMarian Sigler2012-09-212-2/+17
|
* add color to flashesMarian Sigler2012-09-211-4/+4
|
* use img instead of background-imageNico von Geyso2012-09-211-1/+1
|
* added spline logogit status111Nico von Geyso2012-09-211-1/+5
|
* Add confirmation to registration.Marian Sigler2012-09-213-4/+43
| | | | | | First, only ask for username and email, then send out a confirmation mail. When the link therein is clicked, ask for a password and create the account in LDAP.
* basic settings (yet without confirmation mail on mail change etc)Marian Sigler2012-09-213-4/+4
|
* use AccountServiceMarian Sigler2012-09-211-0/+2
| | | | | Add it to the request context (as `g.ldap`); Use it for login; Connect to ldap on request startup and store the user object as `g.user`.
* start with settings pageMarian Sigler2012-09-211-0/+28
|
* Use Flask-WTForms because it adds CSRF protectionMarian Sigler2012-09-212-6/+12
|
* login works now.Marian Sigler2012-09-193-0/+24
|
* intermediate commit before I remove flask-login againMarian Sigler2012-09-192-2/+8
|
* first web stuffMarian Sigler2012-09-144-0/+51