If your website requires login access, you will need to add the credentials in EqualGround to allow the website to be scanned.
Adding Login Credentials to a Website
For each website, you can add the login credentials for one account of your choice.
- Log in to your EqualGround Platform and from the Websites page select the desired website.
- Select the Configuration tab.
- Scroll down to Website Login Credentials, and enable Credentials Settings.
- Enter the information as shown below.
- Login URL: Enter the URL of your website's login page or home page.
- Multi-Step Login: Enable this option if your website asks for a username or email before prompting for a password.
- Multi-Step Next Selector: If Multi-Step Login is enabled, enter the attribute of the button that takes you to the password field. The attribute is found in the HTML of the web page.
Note: the attribute for your Multi-Step Next Selector can be an id, class, name, aria-label, placeholder, or any custom attribute.- Example: id="nextbutton"
- Login Selector: Enter the attribute that the login button contains to allow EqualGround to identify it. The attribute is found in the HTML of the web page.
Note: the attribute for your Login Selector can be an id, class, name, aria-label, placeholder, or any custom attribute.- Example: id="loginbutton"
- Username: Enter the username or email required to log in.
- Username Selector: Enter the attribute of the username field so EqualGround can identify it. The attribute is found in the HTML of the web page.
Note: the attribute for your Username Selector can be an id, class, name, aria-label, placeholder, or any custom attribute.- Example: id="loginusername"
- Password: Enter the password required to log in.
- Password Selector: Enter the attribute of the password field so EqualGround can identify it. The attribute is found in the HTML of the web page.
Note: the attribute for your Password Selector can be an id, class, name, aria-label, placeholder, or any custom attribute.- Example: id="loginpassword"
- Click Save Changes to complete the process.