Skip to content

Commit

Permalink
Due to the workarround, now the enumerateUsers plugin doesn't return …
Browse files Browse the repository at this point in the history
…any users when searching with an empty query
  • Loading branch information
sneridagh committed Apr 24, 2016
1 parent 639ce3a commit 51cf321
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pas/plugins/authomatic/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ def test_user_enumaration(self):
2,
len(self.plugin.enumerateUsers(login='123wil'))
)
# list all!
# https://github.com/collective/pas.plugins.authomatic/pull/25/commits/5c0f6b1dc76a0d769e35a845ce4c4dd4307655ba
# Due to the workarround, now the enumerateUsers plugin doesn't return
# any users when searching with an empty query
self.assertEqual(
4,
0,
len(self.plugin.enumerateUsers())
)

0 comments on commit 51cf321

Please sign in to comment.