[Zope-CVS] CVS: Products/PluggableAuthService -
PluggableAuthService.py:1.29
Zachery Bir
zbir at urbanape.com
Mon Jan 31 15:01:25 EST 2005
Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv25572
Modified Files:
PluggableAuthService.py
Log Message:
We need to have a sane default, otherwise we get a cranky UnboundLocalError
=== Products/PluggableAuthService/PluggableAuthService.py 1.28 => 1.29 ===
--- Products/PluggableAuthService/PluggableAuthService.py:1.28 Fri Jan 28 11:11:59 2005
+++ Products/PluggableAuthService/PluggableAuthService.py Mon Jan 31 15:01:25 2005
@@ -200,6 +200,7 @@
"""
plugins = self._getOb( 'plugins' )
user_id = None
+ login = None
try:
plugin_id, principal_id = self._unmangleId( id )
More information about the Zope-CVS
mailing list