By pniraj007 on
Hi Friends,
I have developed small website using drupal. I just have small question.
How can I configure so that my user lands on his account page as soon as he logs in?
I also want help on making user account profile page attractive and more resourceful.
Regards,
Niraj
Comments
front page
http://drupal.org/project/front
you can do this with the front page module :)
just put for authenticated user select redirect. and in the redirect to: input box put "user"
easier way
there is an easier way that doesn't require a module. sorry i forgot about the simple way!!! goto administer->site configuration->site information and then for default fron page at the bottom just put "user" without the quotes of course.
Actually using site
Actually using site information page will not allow me to display different page when user opens website. I want user to see different pages before and after they login so module makes more sense.