| Commit message (Expand) | Author | Age | Files | Lines |
* | Small improvement in signup render_to_response | Theo Chatzimichos | 2011-07-04 | 1 | -2/+2 |
* | Small improvement in sendConfirmationEmail | Theo Chatzimichos | 2011-07-04 | 1 | -2/+3 |
* | Move sendConfirmationEmail and checkConfirmationKey to a new library, | Theo Chatzimichos | 2011-07-04 | 1 | -10/+10 |
* | Improve error handling in signup, separate duplicate username from | Theo Chatzimichos | 2011-07-03 | 1 | -3/+8 |
* | New function, ldap_admin_user_bind | Theo Chatzimichos | 2011-06-30 | 1 | -7/+1 |
* | Fix small bug in user registration, the snippet produced an | Theo Chatzimichos | 2011-06-30 | 1 | -2/+2 |
* | Remove uneeded code | Theo Chatzimichos | 2011-06-30 | 2 | -10/+2 |
* | New app, verification, for email verification | Theo Chatzimichos | 2011-06-30 | 1 | -19/+2 |
* | Add email validation support. When a user signs up, the email doesn't | Theo Chatzimichos | 2011-06-29 | 2 | -4/+38 |
* | Passwords are 30 chars max now | Theo Chatzimichos | 2011-06-29 | 2 | -3/+3 |
* | Small change in addDataToLDAP, use True/False for empty LDAP data | Theo Chatzimichos | 2011-06-23 | 1 | -4/+4 |
* | More urls.py cleanup | Theo Chatzimichos | 2011-06-23 | 1 | -0/+5 |
* | small fix in logger | Theo Chatzimichos | 2011-06-21 | 1 | -2/+2 |
* | Import signup view to the new logging system, tested, works fine | Theo Chatzimichos | 2011-06-21 | 1 | -14/+12 |
* | pass more arguments to the signup functions | Theo Chatzimichos | 2011-06-21 | 1 | -8/+11 |
* | Changes in signup: | Theo Chatzimichos | 2011-06-20 | 1 | -46/+59 |
* | Raise the mail char length | Theo Chatzimichos | 2011-06-14 | 2 | -2/+5 |
* | Rename ldap_q to ldap_wrappers | Theo Chatzimichos | 2011-06-14 | 1 | -2/+2 |
* | signup view now properly adds a user to the LDAP server, plus it creates | Theo Chatzimichos | 2011-06-14 | 1 | -32/+48 |
* | Improve signup view, improve code that handles the initialization of the | Theo Chatzimichos | 2011-06-14 | 1 | -32/+50 |
* | Improvements on signup system | Theo Chatzimichos | 2011-06-14 | 2 | -47/+51 |
* | Initial commit of the signup app | Theo Chatzimichos | 2011-06-11 | 5 | -0/+138 |