wso2wso2-identity-server

WSO2 - Identity server - How to customize the password reset and recovery screens


Is it possible to customize the password reset / recovery or any other screen related to the password scenarios? I added an image below of the current screen. We need to add a different logo and change in the design of the screen. Is this possible?

enter image description here


Solution

  • Yes, this is possible, You can customize the User Interfaces of authentication/recovery pages.

    You can follow these simple steps or you can refer to this Re-brand WSO2 Identity Server UIs document as well.

    Step 1 : Create a new folder as extensions in <IS_HOME>/repository/deployment/server/webapps/accountrecoveryendpoint Folder.

    Step 2 :

    1. header.jsp
    2. product-footer.jsp
    3. product-title.jsp

    Step 3 : Create Styling - Do the required changes to override the existing UI styling.

    Step 4 : Edit the existing content In this step you can replace the contents of the 3 files that were mentioned in Step:2. Then add the following includes as well.

    <%@include file=”https://is.docs.wso2.com/en/6.1.0/includes/localize.jsp” %>
    <%@include file=”https://is.docs.wso2.com/en/6.1.0/includes/init-url.jsp” %>