How do I force users to fill in their password self service security questions

How do I force users to fill in their password self service security questions

In webnetwork 6.x there are options (see below) on the Password Reset Policy to force users to answer their questions but the example below can be used for both 5.x and 6.x


Using Login Script:

In the login script for the profile, you can add the following code.  This code will check if they filled in an answer for Question #1 and Question #2.  5.4 only allowed two questions.  6.x allows more than two.

// *** Check for security questions answered ***
IF EMPTY ATTRIBUTE "swareAnswer1" OR EMPTY ATTRIBUTE "swareAnswer2" THEN 
executeurl("/apps/selfService/resetPasswordOptions.jsp",newWindow) END



To utilize the features built into webNetwork 6.x:
  1. Launch webAdmin Dashboard.
  2. Expand Tree Root.
  3. Browse to and select the Password Reset Policy.
  4. Check the Force Update Enable check box.
  5. Set the Start Date to any date prior to today (default is 01/01/2009).
  6. Save the Password Reset Policy.

When users next authenticate, they will be prompted to select and answer the questions for Password Reset.

To force users in the future, you just need to increment that "Start Date" field (if you set it for a future data, that is when they will be next prompted, which is good if you want to make sure users remember their questions/answers).


Note: All users will need access to the Configure Password Rest link which is under the Account menu.  If users do not have access to that then password self service and filling in their answers will not work.

    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

      • SAML Service Provider

        Issue How can I use a 3rd Party service (such as ADFS, Office365, or OneLogin) to SSO into UW? Solution The SAML Service Provider (SP) features allows another Identity Provider (IDP) to single sign-on into Unified Workspace using SAML for a seamless ...
      • Security Headers

        As of Unified Workspace 7.0 HTTP Headers can be added to UW responses. We suggest adding the following Security Headers. Header Value Content-Security-Policy default-src https: 'unsafe-eval' 'unsafe-inline'; object-src 'none'; img-src 'self' data: ...
      • How to disable password saving - Firefox

        Having multiple methods for saving a password in the browser can cause confusion for the user. To disable password saving in Firefox, launch Firefox and perform the following steps. Click the Firefox menu. Choose Options or Preferences (depending on ...
      • How to disable password saving - Safari

        Having multiple methods for saving a password in the browser can cause confusion for the user. To disable password saving in Safari, launch Safari and perform the following steps. Click the Safari in the top menu bar. Choose Preferences. Choose ...
      • 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 ...