You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varusernameInput=document.getElementById("userNameInput");varpasswordInput=document.getElementById('passwordInput');if(usernameInput&&passwordInput){varusername=document.getElementById('userNameArea');varpassArea=document.getElementById('passwordArea');// Allows the user to not have to specify the domain in the username field.if(username.value&&!username.value.match('[@\\\\]')){varusernameValue='contoso.com\\'+username.value;document.forms['loginForm'].username.value=usernameValue;}varsubmitButton=document.getElementById('submitButton');varsubmissionArea=document.getElementById('submissionArea');varerrorText=document.getElementById('errorText');varerrorDisplay=document.getElementById('error');varworkArea=document.getElementById('workArea');varloginMessage=document.getElementById('loginMessage');varoriginalLoginMessage="";vardidLoadPasswordPageBefore=false;
Hi,
How can i add the domain to the userfield like we did before in our 2012 adfs onload.js like this:
Where should i add this in the code for paginatedonload.js
The text was updated successfully, but these errors were encountered: