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

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • 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 ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • 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 Password Reset 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 link to a specific URL: Open webAdmin Dashboard. Expand Customization Center. Expand ...
      • Change Login Page Template

        Question How do I change the Login Page style my system is using? Solution UW offers multiple Login Page styles, called Templates.  The active template can be changed using the Customization Center inside of the webAdmin Dashboard. note: Be careful ...
      • How to disable password saving - Chrome

        Having multiple methods for saving a password in the browser can cause confusion for the user.  To disable password saving in Chrome, launch Chrome and perform the following steps. Click the Chrome menu button in the upper right corner of the Chrome ...