Pulse guest user or public group access

Hi guys,

we have recently upgraded pulse from version 6.3 to 6.6.

In v6.3, an overview page opens for guest user, but in v6.6, pulse is redirecting to login page. FYI, Both versions have same access level for public group.

We are using the default overview page ( we do not have any modification in the overview page ).

What additional access permission may be required for public group to open the overview page for guest user ?

Hello @dxspg,

This is the default behaviour from Pulse 6.6.0 onwards to help secure Pulse data for people that haven’t login.

If you want to go back to the old behaviour, you can just change the following parameter in Pulse.cfg to false, as:

RequireLogin = false

Then, you will need to restart Pulse.

Cheers,
Elías.

Thank you Elias.