Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-5703

Add the ability to hide "Forgot your password?" link in the login page.

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Applications
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Problem

      customize the login page presented by Crowd to no longer display the "Forgot your password?" link, as it's causing confusion for their end-users.

      Suggestion

      Add the ability to hide it in the > Look and feel page.

      Workaround

      Adding a custom JavaScript into the login.jsp can help to hide the password reset link as a workaround:

      1. Locate and backup <crowd-install>/crowd-webapp/console/login.jsp
      2. Modify the login.jsp and add the following script into the <head> section
        <script>
        window.addEventListener("load", function() {
          document.querySelector("a[href='#/forgot-password']").style.display = "none";
        });
        </script>
        
      3. Save the file
      4. Refresh Crowd's login page to see the change
        Crowd restart is not required for the change to take effect

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mmadrid@atlassian.com Mark M
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: