Can I choose the default profile when a user login the portal ?

1
0
-1

Hi.

I create a new profil. Some user have 2 or more profile (User, Administrator and Custom). I want that when they connect, they are by default on the Custom profile. How can I do that ?

Thanks in advance.

Comments

Submitted by ttoine on Mon, 08/11/2014 - 11:03

Are you using a SP version ?

Submitted by yannick.lombardi on Mon, 08/11/2014 - 11:04

I use Teamwork version.

Submitted by ttoine on Mon, 08/11/2014 - 11:13

Custom profiles are available in Efficiency and Performance... should not be available in Teamwork

Submitted by yannick.lombardi on Mon, 08/11/2014 - 11:14

Oops, sorry, it is Efficiency.

1 answer

1
0
-1
This one is the BEST answer!

Hi,

For the moment, we do not have something like configuring a default profile.

What I suggest is playing with the URL. Note that the profile is defined by this parameter: _pf=number of profile selected.

For example, with this URL, http://localhost:8080/bonita/login.jsp?tenant=1&redirectUrl=/bonita/port... , you have access to the report page (and the "&_pf=2" is for the admin profile).

The login URL should be http://localhost:8080/bonita/login.jsp?_l=en&tenant=1&redirectUrl= + the URL of the page you want (starting at "/bonita").

Hope this help

Comments

Submitted by yannick.lombardi on Mon, 08/11/2014 - 14:16

Thanks. I try to play with the URL. With &_pf=101 the user is logged with the first custom profile. I use this link : http://localhost:8080/bonita/login.jsp?tenant=1&redirectUrl=#?_pf=101

Notifications