Update User Profile Page Plugin authored by Janne Lauros's avatar Janne Lauros
......@@ -31,13 +31,13 @@ The plugin can then be installed by running
### Plugin configuration files
As a result of successful installation following views/configuration files appear.
- `$IDP_HOME/conf/userprofile.properties`
- `$IDP_HOME/messages/messages.properties`
- `$IDP_HOME/flows/intercept/user-profile/user-profile-flow.xml`
- `$IDP_HOME/flows/intercept/user-profile/user-profile-beans.xml`
- `$IDP_HOME/views/userprofile-ao.vm`
- `$IDP_HOME/views/userprofile-ap.vm`
- `$IDP_HOME/views/userprofile-co.vm`
- $IDP_HOME/views/userprofile-pd.vm`
- `$IDP_HOME/conf/userprofile.properties` - main configuration file.
- `$IDP_HOME/messages/messages.properties` - default language file.
- `$IDP_HOME/flows/intercept/user-profile/user-profile-flow.xml` - Interceptor for collecting data.
- `$IDP_HOME/flows/intercept/user-profile/user-profile-beans.xml` - Interceptor for collecting data.
- `$IDP_HOME/views/userprofile-ao.vm`- Velocity template.
- `$IDP_HOME/views/userprofile-ap.vm`- Velocity template.
- `$IDP_HOME/views/userprofile-co.vm`- Velocity template.
- `$IDP_HOME/views/userprofile-pd.vm`- Velocity template.
Existing files with same names are not overwritten.
\ No newline at end of file