Mercurial > p > roundup > code
changeset 4127:6609f944fb0c
Remove obsolete security check workaround.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Wed, 17 Jun 2009 01:35:25 +0000 |
| parents | e67379669e11 |
| children | 07c5d833dcb2 |
| files | roundup/cgi/actions.py |
| diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/actions.py Wed Jun 17 01:28:11 2009 +0000 +++ b/roundup/cgi/actions.py Wed Jun 17 01:35:25 2009 +0000 @@ -659,11 +659,6 @@ % 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
