In my controller I have a preDispatch method where I check if the user is logged in. If he is not I redirect the user to login form.
Is there any way to disable one of the action's from the preDispatch method? Because I do not need the authorisation for this action.