Where to adjust number of returned results on the /admin/people page? I know, don't hack core

drupal.stackexchange https://drupal.stackexchange.com/questions/246900

  •  07-01-2021
  •  | 
  •  

Question

I know, you don't need to tell me. Don't Hack Core but I just need to display 1000 user records rows on the /admin/people page temporarily and I'll switch it back. I promise...

Was it helpful?

Solution

Install the Admininstration Views module; it converts that page to a View, which you can edit and set up with paging of your choice.

OTHER TIPS

Goto /modules/user/user.admin.inc and search for limit and change the 50 to whatever number you like.

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top