Overview
Activity Page displays list of your last logins.
Prerequisites
- Plugin has been installed with initial configuration
- Data Collection has been configured
Configuration
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 |
---|---|---|
userProfile.activityPage.collect |
shibboleth.Conditions.FALSE | Bean of type Predicate<ProfileRequestContext> to determine whether to collect data |
userProfile.activityPage.show |
false | Boolean to determine whether to show page |
userProfile.activityPage.maxEntries |
50 | Maximum number of entries stored per user |
userProfile.attributeValues.collect |
shibboleth.Conditions.FALSE | Bean of type Predicate<ProfileRequestContext> to determine whether to collect attribute values (i.e. not only attribute names) |