Question

Is it possible to redirect all invalid token errors encountered in my custom component to the login screen without hacking core Joomla files?

Était-ce utile?

La solution

At this stage, unfortunately I don't believe there is.

Reading the thread on the Joomla forum at http://forum.joomla.org/viewtopic.php?f=466&t=265868&sid=cfddb2b734632e11c0b6df3327b6ca38&start=180, many solutions have been proposed.

Which Joomla version are you encountering it on?

I'm going to push to have it addressed as a feature to be resolve in Joomla 3.3, as it is singularly one of the most common issues my Joomla clients encounter repeatedly.

Autres conseils

Here you have a plugin which was made for that:

Token Interceptor Joomunited plugin

Be carefull to use in your component the default message token like that (in fact like joomla):

<?php die(JText::_('JINVALID_TOKEN')); ?>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top