[Checkins] SVN: Products.PluggableAuthService/branches/shh-15-masquerading/Products/PluggableAuthService/PluggableAuthService.py Use API to create user object.

Stefan H. Holek stefan at epy.co.at
Sun Mar 1 14:54:31 EST 2009


Log message for revision 97401:
  Use API to create user object.

Changed:
  U   Products.PluggableAuthService/branches/shh-15-masquerading/Products/PluggableAuthService/PluggableAuthService.py

-=-
Modified: Products.PluggableAuthService/branches/shh-15-masquerading/Products/PluggableAuthService/PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/branches/shh-15-masquerading/Products/PluggableAuthService/PluggableAuthService.py	2009-03-01 19:51:22 UTC (rev 97400)
+++ Products.PluggableAuthService/branches/shh-15-masquerading/Products/PluggableAuthService/PluggableAuthService.py	2009-03-01 19:54:30 UTC (rev 97401)
@@ -731,7 +731,7 @@
 
         """ Return True if user_id has the Manager role.
         """
-        user = PropertiedUser( user_id, name )
+        user = self._createUser( plugins, user_id, name )
 
         rolemakers = plugins.listPlugins( IRolesPlugin )
 



More information about the Checkins mailing list