I want to redirect all the users to a specific page after login. It seems like an easy thing to do using rules.
Event
User has logged in
Action
Page redirect
There is a small problem though. Page redirection will also work on the first login/password recovery scenario which in practice disallows the user to set/change his password.
Any ideas how can I deal with this issue?
I have found that the Login Destination module seems to be able to solve my problems, but I would prefer not to add more modules if it is unnecessary (I have enough things to debug now).