e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 214 forks source link

Feature Request: Ability to delete more than 10 failed logins #2087

Closed Aaronsss closed 7 years ago

Aaronsss commented 7 years ago

Only being able to delete 10 failed logins at a time is annoying. Is there the possiblity to delete all fail logins or change the amount displayed to be user selectable allowing greater amounts of deletions.

chimcen commented 7 years ago

Change this Line (@ Line528) protected $perPage = 10; in e107_admin/banlist.php to your desired list-lenght. E.g. changing to 50 will display 50 entries per page.

But remember - every e107v2 update will remove this setting and you have to change this again...

rica-carv commented 7 years ago

Maybe a good time for a preference setting for this value, no?

CaMer0n commented 7 years ago

Done 👍