Hi,

The module works great on some of my sites; but in one, anonymous users are redirected to the correct page. The authenticated users get redirected to the user profile page [ie, user/userid] when they login; clicking on the home button will redirect them to the correct front page. I have tried to see what makes the module work in 4 other sites i have and specifically stop working properly on the 5th but have not been able to figure it out.

Any suggestions?

thnx

Comments

XHTML Teacher’s picture

Version: 4.7.x-4.0 » 5.x-1.8

I am having the same problem. I am extremely new to Drupal so it may be something I am doing, but I have not had any success in seeing a redirect after login for authenticated users. The "home" link functions fine, but after login I just see the user/userid page. Upon logout I am directed to the correct page for unauthenticated users, however.

I am running a brand-new installation with the cache disabled; I have checked all the settings and the forums and I cannot figure out what is going wrong. Also, if there is any cache to clear I have no idea how to do it.

Thank you!

alexpiaz’s picture

I am also having this problem. I have 2 custom roles, admin and corporate. I've set a custom front page to them and another for the anonymous users but nothing seems to work. The only thing that's working is the default home page. I've set it to redirect to a node and it works, but the changing basead on access it is not. Any tips for fix it?

Best Regards

Alex

js1’s picture

Category: support » bug

Also having the same problem. After the user logs in, the front page that should be displayed for that user's role doesn't show up when configured to be redirected. It shouldn't be necessary, but hitting the refresh button on the browser brings up the proper front page. It looks like it's the same issue as http://drupal.org/node/115865.

Fransie’s picture

I think I have the same problem. I use redirects. Anonymous users should be redirected to "node/1" (a welcome page) and authenticated users to "node" (the lastest content). This works well enough, but when an anonymous user logs in, he/she is not redirected to the proper page.

In my case, the solution from http://drupal.org/node/115865 works well: I have copied the HTML code from page node/1 to the advanced front page settings and switched from "redirect" to "themed" for anonymous users.

Note: Is use Drupal 5.1 and clean URLs

Dublin Drupaller’s picture

Assigned: Unassigned » Dublin Drupaller
Status: Active » Closed (duplicate)

hi guys..

there's a bug in the module that I need to fix i.e. the module ignores the redirect if the text area is empty.
I'll be updating the module soon with a fix for that, so click through to http://drupal.org/node/143640 for more info on how to get around it.

Dub