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?
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 :
<IS_HOME>/repository/deployment/server/webapps/authenticationendpoint/includes
folder.<IS_HOME>/repository/deployment/server/webapps/authenticationendpoint/extensions
folderStep 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” %>