summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Added in about 'Wie kann ich einen Spline-Account löschen?'Nico von Geyso2013-11-021-0/+7
|
* add possibility to disable accountsMarian Sigler2013-05-092-0/+21
|
* templates/admin_create_account: add security warningAlexander Sulfrian2013-04-161-1/+3
|
* Add "captcha"; Send mail when a new account is created.Marian Sigler2012-10-072-2/+3
|
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-10-051-5/+0
|\
| * activated service passwordsNico von Geyso2012-10-041-5/+0
| |
* | Disallow usernames starting with admin or root. Allow digits.Marian Sigler2012-10-052-5/+5
|/
* Remove password notice. Add notice urgeing people to wisely choose their ↵Marian Sigler2012-10-012-1/+10
| | | | username
* Add admin panel: Allow creation of usernames that are in the blacklist.Marian Sigler2012-10-014-0/+49
|
* settings: require old password to change password (only therefore)Marian Sigler2012-10-011-0/+2
|
* disabled service passwordNico von Geyso2012-09-301-1/+5
|
* added missing endifNico von Geyso2012-09-301-0/+1
|
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-301-1/+0
|\ | | | | | | | | Conflicts: templates/base.html
| * removed not working if statement for javascript blockNico von Geyso2012-09-291-2/+0
| |
* | fix the script block existence checkMarian Sigler2012-09-291-2/+2
|/
* only show js block on page if one is setMarian Sigler2012-09-291-1/+3
|
* move settings JavaScript code to own js file to not have to load it everytimeMarian Sigler2012-09-292-28/+2
|
* Make it possible to enter an email address at lost_password.Marian Sigler2012-09-292-5/+6
| | | | That way users who forgot their username can find it out.
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-291-1/+1
|\
| * style: links are now boldNico von Geyso2012-09-291-1/+1
| |
* | mark error strings as safe. N.B: This means they all need to be escaped now!Marian Sigler2012-09-291-2/+2
|/
* use version for css file to prevent css caching if there are changesNico von Geyso2012-09-291-1/+1
|
* use post instead of get for service password resetNico von Geyso2012-09-291-2/+8
|
* added some javascript code to handle visiblity of service formsNico von Geyso2012-09-297-27/+85
|
* added jquery-1.8.2.min.jsNico von Geyso2012-09-291-1/+1
|
* added submit button for each entryNico von Geyso2012-09-291-0/+1
|
* use errorhandler for HTTP status error codesNico von Geyso2012-09-291-0/+8
| | | | with this we can use our base layout to display pretty error messages
* added possibility to delete service passwordsNico von Geyso2012-09-281-11/+12
|
* Disable csrf where user is not logged in; Show CSRF errors in forms.Marian Sigler2012-09-287-7/+13
|
* Merge branch 'master' of ssh://git.spline.de/account-webMarian Sigler2012-09-272-5/+1
|\ | | | | | | | | Conflicts: templates/base.html
| * generate correct url for about pageNico von Geyso2012-09-271-1/+1
| |
| * redirect to settings if logged inNico von Geyso2012-09-271-4/+0
| |
* | add list of sites to /aboutMarian Sigler2012-09-272-1/+7
|/
* 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.