Guest Account

Posts: 18
Joined: 12/27/2007

Hi! I'm trying to create a situation where preliminary customers can login with a guest username and password that I've given them and access the catalog, but not access the user controls at all (change password, email, etc).

So far I've been blundering around, granted, my #$#%ing coffee machine is broken and I can't think, but still.

Can you superheroes assist my query?

Posts: 91
Joined: 08/09/2007
Uber DonorBug Finder

Why do you have the requirement of only using one login and password? We might be able to provide an alternative solution with a little more detail from you on what needs and desired outcomes are.

--

Biodiesel * (ubercart + drupal) = Sundays Energy

Posts: 18
Joined: 12/27/2007

I'm just trying to make it so that when someone logs in, they are not taken to their account details screen automatically. I'd much prefer them to be redirected to node/1.

Posts: 91
Joined: 08/09/2007
Uber DonorBug Finder

Try Login Destination. http://drupal.org/project/login_destination
This module controls where users go after logging in. You can configure login destination on a settings page. It will be either static URL or a PHP snippet evaluating your own site's logic. You can also configure which pages redirection is applied.

--

Biodiesel * (ubercart + drupal) = Sundays Energy

Posts: 18
Joined: 12/27/2007

You are a legendary lone hero who's crushed the monster of my problem and now the village of my website is feasting and quaffing in your name.

Thank you.