summaryrefslogtreecommitdiffstats
path: root/templates/register.html
Commit message (Collapse)AuthorAgeFilesLines
* Add "captcha"; Send mail when a new account is created.Marian Sigler2012-10-071-0/+1
|
* Disallow usernames starting with admin or root. Allow digits.Marian Sigler2012-10-051-4/+4
|
* Remove password notice. Add notice urgeing people to wisely choose their ↵Marian Sigler2012-10-011-0/+10
| | | | username
* added some javascript code to handle visiblity of service formsNico von Geyso2012-09-291-2/+2
|
* Disable csrf where user is not logged in; Show CSRF errors in forms.Marian Sigler2012-09-281-1/+0
|
* Implement password recovery functionality.Marian Sigler2012-09-261-1/+1
|
* templates/_macros: move errors in own macroMarian Sigler2012-09-241-1/+0
|
* Add `logout_required; Add bootstrap for formsMarian Sigler2012-09-241-7/+6
|
* Add confirmation to registration.Marian Sigler2012-09-211-4/+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-1/+1
|
* Use Flask-WTForms because it adds CSRF protectionMarian Sigler2012-09-211-4/+7
|
* first web stuffMarian Sigler2012-09-141-0/+12