summaryrefslogtreecommitdiffstats
path: root/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Implement username blacklist; Don't allow registration with existing usernames.Marian Sigler2012-09-261-1/+17
* allow - in usernames (so now it is [-a-z]{2,16} )Marian Sigler2012-09-261-1/+2
* check for unique mail addressesMarian Sigler2012-09-261-0/+5
* Fix password change; Don't require old password for settings changesMarian Sigler2012-09-261-2/+0
* Implement password recovery functionality.Marian Sigler2012-09-261-6/+19
* start with form and template changes for service password managementMarian Sigler2012-09-261-1/+24
* Add confirmation to registration.Marian Sigler2012-09-211-1/+3
* basic settings (yet without confirmation mail on mail change etc)Marian Sigler2012-09-211-6/+6
* forms: add mail to RegisterFormAlexander Sulfrian2012-09-211-0/+1
* start with settings pageMarian Sigler2012-09-211-1/+9
* Use Flask-WTForms because it adds CSRF protectionMarian Sigler2012-09-211-1/+1
* intermediate commit before I remove flask-login againMarian Sigler2012-09-191-1/+8
* first web stuffMarian Sigler2012-09-141-0/+9