Commit 32aa838d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! fixup! [by Vincent] Get rid of all module-global callables. Use PAS API...

fixup! fixup! [by Vincent] Get rid of all module-global callables. Use PAS API instead. Use all non-PAS API public methods. Use PAS API instead. Implement IAuthenticationPlugin API better, so PAS API becomes usable for ERP5-based authentication.
parent 7ce6948b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
""" Classes: ERP5UserManager """ Classes: ERP5UserManager
""" """
from funtools import partial from functools import partial
from Products.ERP5Type.Globals import InitializeClass from Products.ERP5Type.Globals import InitializeClass
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from AccessControl.AuthEncoding import pw_validate from AccessControl.AuthEncoding import pw_validate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment