Commit f0af7bf8 authored by Vincent Pelletier's avatar Vincent Pelletier

ERP5Security must use unrestrictedSearchResult.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15326 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c8b6276
......@@ -180,7 +180,7 @@ class ERP5UserManager(BasePlugin):
try:
try:
result = self.getPortalObject().portal_catalog(
result = self.getPortalObject().portal_catalog.unrestrictedSearchResults(
portal_type="Person", reference=login)
except ConflictError:
raise
......
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