app/soc/views/models/user_self.py
changeset 1012 73f0b61f2d9d
parent 1007 3b66772d21a5
child 1017 6ad4fdb48840
--- a/app/soc/views/models/user_self.py	Tue Jan 27 12:47:28 2009 +0000
+++ b/app/soc/views/models/user_self.py	Tue Jan 27 13:36:45 2009 +0000
@@ -116,9 +116,9 @@
     rights['unspecified'] = ['deny']
     rights['any_access'] = ['allow']
     rights['edit'] = ['checkIsLoggedIn']
-    rights['roles'] = ['checkAgreesToSiteToS']
+    rights['roles'] = ['checkIsUser']
     rights['signIn'] = ['checkNotLoggedIn']
-    rights['notification'] = ['checkAgreesToSiteToS']
+    rights['notification'] = ['checkIsUser']
 
     new_params = {}
     new_params['rights'] = rights