Redirect password change to custom page

Redirect password change to custom page

Issue

Customer would like the Change Password option to open their own password change application, not the one built into Unified Workspace.


Solution

There are two ways to accomplish this.
  • Change stoneware/webserv/apps/selfService/ChangePassword.jsp (back it up and make your own changes) which might do the password change or redirect you to another 3rd party page.
    Remember to backup your custom changes before installing any future updates.


  • The other way is to edit the /stoneware/webserv/web-inf/web.xml.
    Change the <jsp-file>/apps/selfService/changePassword</jsp-file> under the <servlet-name>changePassword<servlet-name> section to point to your custom password change page.

    One way to do this is to create a jsp page with a meta refresh that takes them to the custom change password page.

    Something like : meta http-equiv="refresh" content="0;url=http://changepass.example-cloud.com/"

    Point the web.xml to this new jsp page, which will then redirect to your change password URL
    Remember to backup your custom changes before installing any future updates.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • Related Articles

      • Custom login page

        NOTE: As of 6.4.0.26, the custom login page must reside on your webNetwork server. The following line must also be included in the login form: <input type="hidden" name="csrfToken" value="<c:out value='${csrfToken}'/>"/> While we currently allow CSS ...
      • User not able to change password in Unified Workspace

        How to enable Change Password debug, when having trouble with users not being able to change, or reset, their password in Unified Workspace. The Change Password debug needs to be enabled on the server that connects to your directory.  You may know ...
      • Change Reset Password URL

        Issue Customer would like to use their own password changing application instead of the one built into Unified Workspace. Solution To point the Reset Password button/link to a specific URL: Open webAdmin Dashboard. Expand Customization Center. Expand ...
      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...