Display more than 10 users by default

Permalink 1 user found helpful
Hi

How do I list more than 10 users in the user search/list in the administration by default?
I would like to list 500 by default

Thanks

 
jero replied on at Permalink Best Answer Reply
jero
Copy concrete/models/user_list.php to models/user_list.php

edit models/user_list.php and change

$itemsPerPage = 500;