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

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.

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/portal/homepage?tenant=1#?_p=reportlistingadminext&_pf=2&_f=reports&_id=1 , 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

Are you using a SP version ?

I use Teamwork version.

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

Oops, sorry, it is Efficiency.

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