Update Activity Page authored by Janne Lauros's avatar Janne Lauros
...@@ -8,7 +8,7 @@ Activity Page displays list of your last logins. ...@@ -8,7 +8,7 @@ Activity Page displays list of your last logins.
- [Data Collection](Collecting Data) has been configured - [Data Collection](Collecting Data) has been configured
# Configuration # Configuration
Activity Page is configured in `userprofile.properties` - file. By default the feature if off and you must turn it on by editing following properties. Activity Page is configured in `userprofile.properties` - file. By default the feature is off and to turn it on you must edit following properties.
| Property Name | Default |Description | | Property Name | Default |Description |
| ------ | ------ |------ | | ------ | ------ |------ |
| idp.userprofile.activitypage.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data | | idp.userprofile.activitypage.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data |
... ...
......