We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9e7e6 commit 1b5da32Copy full SHA for 1b5da32
roundup/cgi/actions.py
@@ -659,11 +659,6 @@ def handle(self):
659
% str(message))
660
return
661
662
- # guard against new user creation that would bypass security checks
663
- for key in props:
664
- if 'user' in key:
665
- return
666
-
667
# handle the props - edit or create
668
try:
669
# when it hits the None element, it'll set self.nodeid
0 commit comments