1

Topic: Sorting problem and show 100 users list on sinle page

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
============ Required information ====
- iRedMail version: 0.1.8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySql
- Linux/BSD distribution name and version: CENTOS 5.8
- Related log if you're reporting an issue: Yes
====

Dear Sir,
please help me
on Iredadmin Panel
1.How to show 100 users list on single page instead of 50 as shown in figure 1?
2.While sorting by USER ID, page is missing some numbers in list as shown in figure 2.
Thanks

Post's attachments

1.JPG
1.JPG 29.71 kb, file has never been downloaded. 

2.JPG
2.JPG 33.12 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Sorting problem and show 100 users list on sinle page

iRedMail version: 0.8.1

3

Re: Sorting problem and show 100 users list on sinle page

tahaa wrote:

1.How to show 100 users list on single page instead of 50 as shown in figure 1?

You can update setting in /var/www/iredadmin/libs/settings.py to increase page limit, then restart Apache service.

# Default is 50 items per page.
PAGE_SIZE_LIMIT = 100
tahaa wrote:

2.While sorting by USER ID, page is missing some numbers in list as shown in figure 2.

No idea yet. Does it work with the latest iRedAdmin?

4

Re: Sorting problem and show 100 users list on sinle page

Very Much Thanks ZhangHuangbin.

Both problem were solved after changing the limit to 100.
PAGE_SIZE_LIMIT = 100
First i changed ownership of settings.py then modify value to 100 and revert all permissions.