diff pylons_app/model/forms.py @ 363:98abf8953b87

Added user registration, changed login url schema, moved it into _admin/ for safety
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:18:48 +0200
parents ebdd1a89cdd9
children a26f48ad7a8a
line wrap: on
line diff
--- a/pylons_app/model/forms.py	Sat Jul 24 02:17:48 2010 +0200
+++ b/pylons_app/model/forms.py	Sat Jul 24 02:18:48 2010 +0200
@@ -265,6 +265,9 @@
         
     return _UserForm
 
+RegisterForm = UserForm
+    
+    
 def RepoForm(edit=False, old_data={}):
     class _RepoForm(formencode.Schema):
         allow_extra_fields = True