Commit 7a41c1c2 authored by Łukasz Nowak's avatar Łukasz Nowak

Continue renaming.

parent c9d3c65d
...@@ -75,7 +75,7 @@ class ERP5RemoteUserAuthenticationPlugin(ERP5UserManager): ...@@ -75,7 +75,7 @@ class ERP5RemoteUserAuthenticationPlugin(ERP5UserManager):
Plugin to authenicate as machines. Plugin to authenicate as machines.
""" """
meta_type = "ERP5 Certificate Authority Authentication Plugin" meta_type = "ERP5 Remote User Authentication Plugin"
security = ClassSecurityInfo() security = ClassSecurityInfo()
def __init__(self, id, title=None): def __init__(self, id, title=None):
......
...@@ -412,7 +412,7 @@ class TestUserManagement(ERP5TypeTestCase): ...@@ -412,7 +412,7 @@ class TestUserManagement(ERP5TypeTestCase):
def testERP5RemoteUserAuthenticationPlugin(self): def testERP5RemoteUserAuthenticationPlugin(self):
""" """
Make sure that we can grant security using a Make sure that we can grant security using a
ERP5 Certificate Authority Authentication Plugin. ERP5 Remote User Authentication Plugin.
""" """
portal = self.portal portal = self.portal
uf = portal.acl_users uf = portal.acl_users
......
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