Update Activity Page authored by Janne Lauros's avatar Janne Lauros
......@@ -11,7 +11,7 @@ Activity Page displays list of your last logins.
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 |
| ------ | ------ |------ |
| idp.userprofile.activitypage.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data |
| idp.userprofile.activitypage.show |false| Boolean to determine whether to show page |
| idp.userprofile.activitypage.maxentries |50| Maximum number of entries stored per user |
| idp.userprofile.attributevalues.collect |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect attribute values (i.e. not only attribute names) |
\ No newline at end of file
| `idp.userprofile.activitypage.collect` |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect data |
| `idp.userprofile.activitypage.show` |false| Boolean to determine whether to show page |
| `idp.userprofile.activitypage.maxentries` |50| Maximum number of entries stored per user |
| `idp.userprofile.attributevalues.collect` |shibboleth.Conditions.FALSE| Bean of type Predicate\<ProfileRequestContext\> to determine whether to collect attribute values (i.e. not only attribute names) |
\ No newline at end of file