[Zope3-checkins] CVS: Zope3/src/zope/app/services -
auth.py:1.21.2.1 configure.zcml:1.62.4.1 role.py:NONE
Chris McDonough
chrism at plope.com
Tue Jan 13 20:32:07 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv14028/src/zope/app/services
Modified Files:
Tag: steveachrismcd-securitypolicy-branch
auth.py configure.zcml
Removed Files:
Tag: steveachrismcd-securitypolicy-branch
role.py
Log Message:
Move more role stuff out of Zope proper and into the securitypolicy product.
=== Zope3/src/zope/app/services/auth.py 1.21 => 1.21.2.1 ===
--- Zope3/src/zope/app/services/auth.py:1.21 Tue Jan 13 14:05:12 2004
+++ Zope3/src/zope/app/services/auth.py Tue Jan 13 20:31:36 2004
@@ -65,7 +65,7 @@
def authenticate(self, request):
'See IAuthenticationService'
import warnings
- warnings.warn('The Simple Authentication Service is deprecated and'
+ warnings.warn('The Simple Authentication Service is deprecated and '
'will be removed in a future revision of Zope 3',
DeprecationWarning)
a = queryAdapter(request, ILoginPassword, None)
=== Zope3/src/zope/app/services/configure.zcml 1.62 => 1.62.4.1 ===
--- Zope3/src/zope/app/services/configure.zcml:1.62 Fri Dec 19 11:53:18 2003
+++ Zope3/src/zope/app/services/configure.zcml Tue Jan 13 20:31:36 2004
@@ -63,30 +63,6 @@
<!-- Menu Service -->
<include file="menu.zcml"/>
-<!-- Role Templates -->
-
-<content class="zope.app.services.role.RoleService">
- <factory
- id="RoleService"
- permission="zope.ManageServices"
- />
- <require
- permission="zope.Security"
- interface="zope.app.interfaces.security.IRoleService"
- />
- <require
- permission="zope.ManageServices"
- interface="zope.app.interfaces.container.IContainer"
- />
-</content>
-
-<content class="zope.app.services.role.Role">
- <factory />
- <require
- permission="zope.Security"
- interface="zope.app.interfaces.security.IRole"
- />
-</content>
<!-- Session Templates -->
=== Removed File Zope3/src/zope/app/services/role.py ===
More information about the Zope3-Checkins
mailing list