I really like the idea of this module and its simplicity of concept.
I am trying to test it with 'Redirect 403 to User Login'.
When an anonymous user tries to access a page for which he must provide the credentials, 'Redirect 403 ot User Login' takes care of redirecting him to a page where the Ajax module is requesting the email and waiting for the user to enter the authorization code .
The problem is that the parameter 'destination' is not respected and after entering the authorization code it jumps to the user's edition.
I think it would be interesting if the page after the code was the one specified in the 'recipient' parameter specified in the URL.
Does anyone share this opinion?
Comments