From 47451a0185dfac1dabcee6c8203d0752bf64d2c9 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 17 Jun 2009 01:35:25 +0000 Subject: [PATCH] Remove obsolete security check workaround. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4220 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/actions.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roundup/cgi/actions.py b/roundup/cgi/actions.py index 04b73c0..7d875d0 100755 --- a/roundup/cgi/actions.py +++ b/roundup/cgi/actions.py @@ -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 -- 2.30.2