Skip to content

Commit 1b5da32

Browse files
committed
Remove obsolete security check workaround.
1 parent da9e7e6 commit 1b5da32

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

roundup/cgi/actions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -659,11 +659,6 @@ def handle(self):
659659
% str(message))
660660
return
661661

662-
# guard against new user creation that would bypass security checks
663-
for key in props:
664-
if 'user' in key:
665-
return
666-
667662
# handle the props - edit or create
668663
try:
669664
# when it hits the None element, it'll set self.nodeid

0 commit comments

Comments
 (0)