This topic is locked

redirect to toedit record after login

1/23/2012 20:27:33
PHPRunner General questions
N
notuo author

Hi.
I have 3 different types of users in a project: guest, admin, user (a bunch of then).
After login, I need to redirect:

  • ADMIN USERS, to a menu of admin tasks (also, the menu builder solved it)
  • guest users, to a view with some fields, the menu solved it as well.
  • User... Here is the issue. I need to have them edit their record and showing them a menu with other options, but the edit is the main part. If I use menu editor I have only List, printer and search options, nothing for edit.


Is there a way to do this? I review the doc and there is this post but this works very well for all users but for guest and admin I got an error message after the login (Session expired).
Any idea is welcome,
Thanks in advance,