dimfa.elcompanies.com Open in urlscan Pro
2606:4700:3108::ac42:291a  Public Scan

Submitted URL: https://elcompanies.benevity.org/help/faq
Effective URL: https://dimfa.elcompanies.com/openam/XUI/?realm=/prod&forward=true&spEntityID=http://pingone.com/62032efe-2f2a-42e7-8ae6-6c2c7...
Submission: On September 20 via manual from NL — Scanned from NL

Form analysis 1 forms found in the DOM

POST

<form action="" method="post" class="form login-form" data-stage="">
  <fieldset class="row">
    <div id="validation" class="form-group">
      <p class="loginMessage" id="login-message">As of 9/26, all ELC application users logging in with personal email addresses (not ELC corporate email addresses) will need to reset their password. If you are having trouble logging in, please
        <a href="https://dimfa.elcompanies.com/openam/XUI/?realm=/prod&amp;service=PasswordResetOTP" style="text-decoration: underline;"> click here. </a></p>
      <!--
 * The contents of this file are subject to the terms of the Common Development and
 * Distribution License (the License). You may not use this file except in compliance with the
 * License.
 *
 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
 * specific language governing permission and limitations under the License.
 *
 * When distributing Covered Software, include this CDDL Header Notice in each file and include
 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
 * Header, with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions copyright [year] [name of copyright owner]".
 *
 * Copyright 2015-2017 ForgeRock AS. All Rights Reserved
-->
      <div id="tool-tips-username" class="tool-tips" style="display: block;">
        <p>Use your ELC User Name, ELC User ID, Corporate Email or Personal Email</p>
      </div>
      <label class="sr-only separator" for="idToken1">
        <span>User Name</span>
      </label>
      <input type="text" id="idToken1" name="callback_0" value="" data-validator="required" required="" data-validator-event="keyup" class="form-control input-lg" placeholder="User Name" autofocus="">
    </div>
    <div id="validation" class="form-group">
      <!--
 * The contents of this file are subject to the terms of the Common Development and
 * Distribution License (the License). You may not use this file except in compliance with the
 * License.
 *
 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
 * specific language governing permission and limitations under the License.
 *
 * When distributing Covered Software, include this CDDL Header Notice in each file and include
 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
 * Header, with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions copyright [year] [name of copyright owner]".
 *
 * Copyright 2015-2017 ForgeRock AS. All Rights Reserved
-->
      <div id="tool-tips-password" class="tool-tips" style="display: block;">
        <p>Use your Windows Password or Password created using Personal Email</p>
      </div>
      <label for="idToken2" class="aria-label sr-only separator">
        <span>Password</span>
      </label>
      <input type="password" id="idToken2" name="callback_1" class="form-control input-lg" placeholder="Password" value="" data-validator="required" required="" data-validator-event="keyup" onclick="display()">
      <span class="fa fa-lock" id="icons"></span>
      <div id="validation-message" class="validation-message">
        <h4>Password must contain the following:</h4>
        <p id="letter" class="invalid">A <b>lowercase</b> letter. </p>
        <p id="capital" class="invalid">A <b>capital (uppercase)</b> letter. </p>
        <p id="number" class="invalid">A <b>number</b>. </p>
        <p id="length" class="invalid">Minimum <b>8 characters</b>. </p>
        <p id="special-char" class="invalid">A <b>special</b> character. </p>
      </div>
    </div>
    <div id="validation" class="form-group">
      <!--
 * The contents of this file are subject to the terms of the Common Development and
 * Distribution License (the License). You may not use this file except in compliance with the
 * License.
 *
 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
 * specific language governing permission and limitations under the License.
 *
 * When distributing Covered Software, include this CDDL Header Notice in each file and include
 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
 * Header, with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions copyright [year] [name of copyright owner]".
 *
 * Copyright 2015-2017 ForgeRock AS. All Rights Reserved
-->
      <script type="text/javascript">
        if (document.getElementsByClassName("button")[0] != undefined) {
          document.getElementsByClassName("button")[0].style.visibility = "hidden";
        }
        messageContainer = document.createElement("p");
        messageContainer.setAttribute("class", "loginMessage");
        messageContainer.setAttribute("id", "login-message");
        messageContainer.innerText = "As of 9/26, all ELC application users logging in with personal email addresses (not ELC corporate email addresses) will need to reset their password. If you are having trouble logging in, please ";
        document.getElementById("validation").insertBefore(messageContainer, document.getElementById("validation").firstChild);
        anchor = document.createElement("a");
        anchor.href = "https://dimfa.elcompanies.com/openam/XUI/?realm=/prod&service=PasswordResetOTP";
        anchor.innerText = " click here. ";
        anchor.style.textDecoration = "underline";
        document.getElementById("login-message").appendChild(anchor);
        document.getElementById("callback_2").style.display = "none"
      </script>
      <div id="callback_2" style="display: none;"></div>
    </div>
    <div id="validation" class="form-group">
      <!--
 * The contents of this file are subject to the terms of the Common Development and
 * Distribution License (the License). You may not use this file except in compliance with the
 * License.
 *
 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
 * specific language governing permission and limitations under the License.
 *
 * When distributing Covered Software, include this CDDL Header Notice in each file and include
 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
 * Header, with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions copyright [year] [name of copyright owner]".
 *
 * Copyright 2015-2017 ForgeRock AS. All Rights Reserved
-->
      <script type="text/javascript">
        var username_input = document.getElementById("idToken2");
        if (username_input !== null) {
          var type = username_input.type;
          var placeholder = username_input.placeholder;
          var id = username_input.id;
          if (!((type === "password" && (placeholder === "One Time Password" || placeholder === "Code")) || (type === "text" && placeholder === "Enter verification code"))) {
            document.getElementById('loginlink').style.visibility = "hidden";
          }
        } else {
          document.getElementById('loginlink').style.visibility = "hidden";
        }
        var query = window.location.href;
        if (query.includes("&")) {
          var baseUrl = query.split("&");
        } else {
          var baseUrl = query.split("#login");
        }
        document.getElementById("loginlink").href = baseUrl[0];
      </script>
      <input id="loginButton_0" name="callback_3" type="submit" role="button" index="0" value="Log in" class="btn btn-lg btn-block btn-uppercase btn-primary">
      <div class="return-to-login-page">
        <a id="loginlink" href="https://dimfa.elcompanies.com/openam/XUI/?realm=/prod" style="text-align: center; display: block; margin-top: 19px; visibility: hidden;">Return to Login Page</a>
      </div>
    </div>
    <!--
                     * The contents of this file are subject to the terms of the Common Development and
                     * Distribution License (the License). You may not use this file except in compliance with the
                     * License.
                     *
                     * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
                     * specific language governing permission and limitations under the License.
                     *
                     * When distributing Covered Software, include this CDDL Header Notice in each file and include
                     * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
                     * Header, with the fields enclosed by brackets [] replaced by your own identifying
                     * information: "Portions copyright [year] [name of copyright owner]".
                     *
                     * Copyright 2015-2018 ForgeRock AS. All Rights Reserved
                    -->
  </fieldset>
  <div style="text-align: center;"><a id="passResetUrl" href="https://dimfa.elcompanies.com/openam/XUI/?realm=/prod&amp;service=PasswordResetOTP">Forgot Password?</a></div>
  <div style="text-align: center;"><a id="unlock-id" href="https://dimfa.elcompanies.com/openam/XUI/?realm=/prod&amp;service=UnlockOTP">Unlock Account</a></div>
</form>

Text Content

As of 9/26, all ELC application users logging in with personal email addresses
(not ELC corporate email addresses) will need to reset their password. If you
are having trouble logging in, please click here.

Use your ELC User Name, ELC User ID, Corporate Email or Personal Email

User Name

Use your Windows Password or Password created using Personal Email

Password

PASSWORD MUST CONTAIN THE FOLLOWING:

A lowercase letter.

A capital (uppercase) letter.

A number.

Minimum 8 characters.

A special character.


Return to Login Page
Forgot Password?
Unlock Account

Privacy Policy

Terms & Conditions

Copyright © 2020