Commit
88b50f351f7729a53699b20a53efd61fb8db0d1d
by Miguel Reboiro-JatoAdds functionalities for anonymous user check to the LoginUserController
This new functionalities make easier to check whether the current user
is an anonymous user or not. Additionally, redirecting functions based
on user anonymity were added to avoid illegal page access. This
functions can be used as "preView" events, to avoid page rendering when
the user can't access a certaing page.