summaryrefslogtreecommitdiffstats
path: root/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* add possibility to disable accountsMarian Sigler2013-05-091-1/+12
|
* In the registration form, check if the mail address already exists.Marian Sigler2013-04-291-2/+9
|
* fix admin/create_accountMarian Sigler2012-10-151-0/+2
|
* Add "captcha"; Send mail when a new account is created.Marian Sigler2012-10-071-1/+3
|
* Make external urls always with httpsMarian Sigler2012-10-061-2/+3
|
* Disallow usernames starting with admin or root. Allow digits.Marian Sigler2012-10-051-3/+7
|
* Add admin panel: Allow creation of usernames that are in the blacklist.Marian Sigler2012-10-011-0/+9
|
* settings: require old password to change password (only therefore)Marian Sigler2012-10-011-2/+10
|
* remove print statements ...Marian Sigler2012-09-291-5/+0
|
* Make it possible to enter an email address at lost_password.Marian Sigler2012-09-291-7/+20
| | | | That way users who forgot their username can find it out.
* use post instead of get for service password resetNico von Geyso2012-09-291-1/+5
|
* Add script to create accounts (for usernames that are in the blacklist)Marian Sigler2012-09-281-4/+4
|
* 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
| | | | | | 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-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