summaryrefslogtreecommitdiffstats
path: root/templates/register_complete.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove password notice. Add notice urgeing people to wisely choose their ↵Marian Sigler2012-10-011-1/+0
| | | | 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
|
* 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-241-10/+13
|
* Add confirmation to registration.Marian Sigler2012-09-211-0/+21
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.