summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add about page; Comment out service settingsMarian Sigler2012-09-276-5/+33
|
* Make logo a link to /; Increase margin of headerMarian Sigler2012-09-261-1/+3
|
* check for unique mail addressesMarian Sigler2012-09-262-1/+9
|
* Fix password change; Don't require old password for settings changesMarian Sigler2012-09-261-1/+0
|
* layout stuffMarian Sigler2012-09-261-5/+10
|
* add accounts logo, style headerMarian Sigler2012-09-263-23/+42
|
* Implement password recovery functionality.Marian Sigler2012-09-267-5/+54
|
* start with form and template changes for service password managementMarian Sigler2012-09-262-20/+22
|
* templates/_macros: move errors in own macroMarian Sigler2012-09-242-12/+15
|
* Warn users not to enter valuable passwords (because of osqa etc)Marian Sigler2012-09-241-0/+1
|
* 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