aboutsummaryrefslogtreecommitdiff
path: root/signup
Commit message (Expand)AuthorAgeFilesLines
* Small improvement in signup render_to_responseTheo Chatzimichos2011-07-041-2/+2
* Small improvement in sendConfirmationEmailTheo Chatzimichos2011-07-041-2/+3
* Move sendConfirmationEmail and checkConfirmationKey to a new library,Theo Chatzimichos2011-07-041-10/+10
* Improve error handling in signup, separate duplicate username fromTheo Chatzimichos2011-07-031-3/+8
* New function, ldap_admin_user_bindTheo Chatzimichos2011-06-301-7/+1
* Fix small bug in user registration, the snippet produced anTheo Chatzimichos2011-06-301-2/+2
* Remove uneeded codeTheo Chatzimichos2011-06-302-10/+2
* New app, verification, for email verificationTheo Chatzimichos2011-06-301-19/+2
* Add email validation support. When a user signs up, the email doesn'tTheo Chatzimichos2011-06-292-4/+38
* Passwords are 30 chars max nowTheo Chatzimichos2011-06-292-3/+3
* Small change in addDataToLDAP, use True/False for empty LDAP dataTheo Chatzimichos2011-06-231-4/+4
* More urls.py cleanupTheo Chatzimichos2011-06-231-0/+5
* small fix in loggerTheo Chatzimichos2011-06-211-2/+2
* Import signup view to the new logging system, tested, works fineTheo Chatzimichos2011-06-211-14/+12
* pass more arguments to the signup functionsTheo Chatzimichos2011-06-211-8/+11
* Changes in signup:Theo Chatzimichos2011-06-201-46/+59
* Raise the mail char lengthTheo Chatzimichos2011-06-142-2/+5
* Rename ldap_q to ldap_wrappersTheo Chatzimichos2011-06-141-2/+2
* signup view now properly adds a user to the LDAP server, plus it createsTheo Chatzimichos2011-06-141-32/+48
* Improve signup view, improve code that handles the initialization of theTheo Chatzimichos2011-06-141-32/+50
* Improvements on signup systemTheo Chatzimichos2011-06-142-47/+51
* Initial commit of the signup appTheo Chatzimichos2011-06-115-0/+138