Even developers need to agree to the terms of service for Melange
Patch by: Sverre Rabbelier
--- a/app/soc/views/helper/access.py Wed Jan 21 23:43:16 2009 +0000
+++ b/app/soc/views/helper/access.py Wed Jan 21 23:44:02 2009 +0000
@@ -225,8 +225,8 @@
* if no User exists for the logged-in Google Account, or
* if no Google Account is logged in at all
"""
- # Developers need to bypass the ToS check to avoid "chicken-and-egg" problem
- checkIsUser(request, args, kwargs)
+
+ checkAgreesToSiteToS(request, args, kwargs)
if accounts.isDeveloper(account=users.get_current_user()):
return