accounts
/
web
2to3
master
remove-service-passwords
web interface for the spline accounts
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
forms.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
use post instead of get for service password reset
Nico von Geyso
2012-09-29
1
-1
/
+5
|
*
Add script to create accounts (for usernames that are in the blacklist)
Marian Sigler
2012-09-28
1
-4
/
+4
|
*
Implement username blacklist; Don't allow registration with existing usernames.
Marian Sigler
2012-09-26
1
-1
/
+17
|
*
allow - in usernames (so now it is [-a-z]{2,16} )
Marian Sigler
2012-09-26
1
-1
/
+2
|
*
check for unique mail addresses
Marian Sigler
2012-09-26
1
-0
/
+5
|
*
Fix password change; Don't require old password for settings changes
Marian Sigler
2012-09-26
1
-2
/
+0
|
*
Implement password recovery functionality.
Marian Sigler
2012-09-26
1
-6
/
+19
|
*
start with form and template changes for service password management
Marian Sigler
2012-09-26
1
-1
/
+24
|
*
Add confirmation to registration.
Marian Sigler
2012-09-21
1
-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 Sigler
2012-09-21
1
-6
/
+6
|
*
forms: add mail to RegisterForm
Alexander Sulfrian
2012-09-21
1
-0
/
+1
|
*
start with settings page
Marian Sigler
2012-09-21
1
-1
/
+9
|
*
Use Flask-WTForms because it adds CSRF protection
Marian Sigler
2012-09-21
1
-1
/
+1
|
*
intermediate commit before I remove flask-login again
Marian Sigler
2012-09-19
1
-1
/
+8
|
*
first web stuff
Marian Sigler
2012-09-14
1
-0
/
+9