This module enables :
- Customize Password recovery service
- Customize the Reset Password e-mail HTML Template sent to users.
-
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
-Command to Run: mvn clean install
-Put the library custom-password-recovery.jar in the lib directory of eXo platform
-Maven 3.3.9
-JDK 8