Update User Profile Page Plugin authored by Janne Lauros's avatar Janne Lauros
...@@ -33,8 +33,6 @@ As a result of successful installation following views/configuration files appea ...@@ -33,8 +33,6 @@ As a result of successful installation following views/configuration files appea
- `$IDP_HOME/conf/userprofile.properties` - main configuration file. - `$IDP_HOME/conf/userprofile.properties` - main configuration file.
- `$IDP_HOME/messages/messages.properties` - default language 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-ao.vm`- velocity template.
- `$IDP_HOME/views/userprofile-ap.vm`- velocity template. - `$IDP_HOME/views/userprofile-ap.vm`- velocity template.
- `$IDP_HOME/views/userprofile-co.vm`- velocity template. - `$IDP_HOME/views/userprofile-co.vm`- velocity template.
... ...
......