Code

Remove obsolete security check workaround.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 17 Jun 2009 01:35:25 +0000 (01:35 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 17 Jun 2009 01:35:25 +0000 (01:35 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4220 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/actions.py

index 04b73c015101e563825667a357c85c311759d420..7d875d0cdd25862820ec187dd79459686e2334a7 100755 (executable)
@@ -659,11 +659,6 @@ class NewItemAction(EditCommon):
                 % str(message))
             return
 
-        # guard against new user creation that would bypass security checks
-        for key in props:
-            if 'user' in key:
-                return
-
         # handle the props - edit or create
         try:
             # when it hits the None element, it'll set self.nodeid