Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 3276:3124e578db02
Email fixes:
- fix checking of "Email Access" for Anonymous email registration [SF#177057]
- disable "Email Access" for Anonymous by default to stop spam regsitering
users on public trackers
- doc fixes / additions too
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 13 Apr 2005 03:38:23 +0000 |
| parents | 4ef775d2c8d1 |
| children | 2913b42c0810 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Thu Apr 07 07:38:29 2005 +0000 +++ b/roundup/cgi/client.py Wed Apr 13 03:38:23 2005 +0000 @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.212 2005-01-05 22:00:39 richard Exp $ +# $Id: client.py,v 1.213 2005-04-13 03:38:23 richard Exp $ """WWW request handler (also used in the stand-alone server). """ @@ -26,6 +26,7 @@ security.addPermissionToRole('Admin', p) # doing Role stuff through the web - make sure Admin can + # TODO: deprecate this and use a property-based control p = security.addPermission(name="Web Roles", description="User may manipulate user Roles through the web") security.addPermissionToRole('Admin', p)
