Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 666 Bytes

Sample : eXo Platform Password Recovery Service Customization

This module enables :

  • Customize Password recovery service
  • Customize the Reset Password e-mail HTML Template sent to users.

Customization

  • The TO-BE customized e-mail template could be found in src/main/resources/conf/forgot_password.html

  • The Password Recovery Service redefinition could be found in src/main/java/org/exoplatform/custom/forgotpassword/CustomPasswordRecoveryServiceImpl.java

Building the project

-Command to Run: mvn clean install

Installation

-Put the library custom-password-recovery.jar in the lib directory of eXo platform

Prerequisites

-Maven 3.3.9

-JDK 8