JDBCUserProvider returns all users for a paginated search
Description
The getUsers(int,int) method is returning all users rather than returning the paginated subset.
Environment
None
Activity
Show:
Tom Evans April 12, 2013 at 8:45 PM
Looks like this might have been a copy/paste error at some point. Updated the getUsers(int,int) method to forward the pagination parameters to the underlying getUsernames(int,int) method.
The getUsers(int,int) method is returning all users rather than returning the paginated subset.