New Users: Please enter your Tenable community account email to complete set up.

Existing Users: Please enter the email address associated with your Community account.

A link to set your password will be emailed to you.'; } }; const addCommunitySignInContent = function () { if (config.clientID === 'M038NE5RQWOPofTn3aWoIL4OF5AjCax3' || config.clientID === 'grYHmI2RtUkou6eeeNUJ3KWzx5S5pb6C') { const emailInputElement = document.querySelector('.auth0-lock-input-email'); const forgotPasswordElement = document.querySelector('.auth0-lock-alternative'); const forgotPasswordLink = forgotPasswordElement.querySelector('.auth0-lock-alternative-link'); forgotPasswordElement.classList.add('sign-in-container'); emailInputElement.insertAdjacentHTML('beforebegin', '

New Users: Please select the ‘Create or reset your password’ link to complete account setup.'); forgotPasswordLink.innerText = 'Create or reset your password'; if (config.clientID === 'M038NE5RQWOPofTn3aWoIL4OF5AjCax3') { // old community forgotPasswordElement.insertAdjacentHTML('afterend', '

New Users: Please enter your business email address to complete set up.

Existing Users: Please enter the email address associated with your Community account.

A link to set your password will be emailed to you.'; } }; const addPartnersSignInContent = function () { if (config.clientID === 'acBiHkx5cwsrFedV2M8OsFYq1Zq4ng5f') { const forgotPasswordLinkElement = document.getElementsByClassName('auth0-lock-alternative')[0]; forgotPasswordLinkElement.insertAdjacentHTML('afterend', '

New to the Tenable Partner Portal?
Click here to create your account.'); } }; lock.on('signin ready', function () { addCommunitySignInContent(); addUniversityPartnerWarning(); addProvisioningSignInContent(); addPartnersSignInContent(); }); lock.on('forgot_password ready', function () { addCommunityPasswordResetContent(); addProvisioningPasswordResetContent(); }); document.addEventListener('DOMContentLoaded', function () { addUniversityWarning(); });