Prestashop Quick Access - fix "Invalid security token"

PrestaShop admin panel has quick menu to your favorites pages, at the right-top of every page of the PrestaShop back-office. The “Quick Access” menu administration page enables you to create customized shortcuts, and make your navigation within the administration area much more comfortable and faster. You can open page in a new web browser tab or in new window.

How Adding a new link

Please got to Prestashop admin panel: Administration > Quick Access, click on “Add new”.
Name – enter shortcut unique name
URL – page address:

Copy page address from the browser’s address bar. Example: http://www.iprestashop.com/adminXX/index.php?controller=AdminCustomers&token=f326b0415646545645649147
You need remove token and Prestashop admin panel base directory, so final result looks like this: index.php?controller=AdminCustomers

But is one problem when you want a short reference to the module.
If you’ve done as required by Prestashop, you get token security error:

Invalid security token
I understand the risks and I really want to display this page
Take me out of here!

Prestashop admin panel Invalid security token

Module address:
http://www.iprestashop.com/adminXX/index.php?controller=adminmodules&configure=bankwire&token=a02e81d236feb1caf24880225c063dfb

This url we need refactoring to link like this:
index.php?controller=AdminModules&configure=bankwire

With controller=AdminModules small fix you avoid this annoying “Invalid security token” page.