Forums / Setup & design / Redirecting each user to a specific node on login

Redirecting each user to a specific node on login

Author Message

Bjørn Kaarstein

Monday 14 July 2003 6:57:07 am

I'm currently developing something like a Customer Web system, where most of the system is public, but one part is to be personal, containing information about orders etc.

I have created some users, and each user is assigned permissions to it's own folder. The content of this folder is only to be shown for one user after login. Each customer folder is assigned to it's own section. (All the user folders are created in another folder, called customers.)

This way of setting permissions works like a charm, when going directly to the node. What I need to do is to redirect to the user's folder on login, and also add an item to the menu, linking to this node. This need to be dynamic, because users and content will be added all the time in the admin interface. (About 100 users and counting)

Any idea how I can fetch and redirect to the correct node, based on which user logs in?

I use EZp3

Regards Bjørn