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
signUpTerms: 'I agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new"">Privacy Policy</a> of Topcoder.<br/> By clicking "Sign up", you agree to the <a href="https://www.topcoder.com/policy/terms-and-conditions" target="_new">Terms</a> of Topcoder.',
117
+
signUpTerms: 'Yes, I understand and agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new"">Privacy Policy</a> and <a href="https://www.topcoder.com/policy/terms-and-conditions" target="_new">Terms</a> of Topcoder.',
114
118
signUpTitle: 'Join Topcoder',
115
119
signUpLabel: 'Sign Up',
116
120
signUpSubmitLabel: 'Sign Up',
117
121
signUpWithLabel: '%s',
118
122
loginLabel: 'Log In',
119
123
loginSubmitLabel: 'Log In',
120
124
loginWithLabel: '%s',
121
-
usernameInputPlaceholder: 'Username / Handle',
125
+
usernameInputPlaceholder: 'Create a Username / Handle',
document.getElementsByName("password")[0].placeholder="Create a Password";
335
+
/*setTimeout(function() {
336
+
document.getElementById("1-country").value = "Select your country (current location)"
337
+
}, 300);*/
338
+
}catch(e){
339
+
console.log("Error occured in changing placeholder text",e);
340
+
}
341
+
342
+
}catch(e){
343
+
console.log("Error occured in form re-ordering",e);
344
+
}
328
345
});
329
346
330
347
lock.show();
@@ -395,14 +412,14 @@
395
412
396
413
</script>
397
414
<script>
398
-
!function(){
399
-
varanalytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{
varanalytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{
Copy file name to clipboardExpand all lines: web-assets/auth0/prod-tenant/universal-login.html
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,15 @@
110
110
title: 'Topcoder Login',
111
111
emailInputPlaceholder: 'Email',
112
112
passwordInputPlaceholder: 'Password',
113
-
signUpTerms: 'I agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new"">Privacy Policy</a> of Topcoder.<br/> By clicking "Sign up", you agree to the <a href="https://www.topcoder.com/policy/terms-and-conditions" target="_new">Terms</a> of Topcoder.',
113
+
signUpTerms: 'Yes, I understand and agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new"">Privacy Policy</a> and <a href="https://www.topcoder.com/policy/terms-and-conditions" target="_new">Terms</a> of Topcoder.',
114
114
signUpTitle: 'Join Topcoder',
115
115
signUpLabel: 'Sign Up',
116
116
signUpSubmitLabel: 'Sign Up',
117
117
signUpWithLabel: '%s',
118
118
loginLabel: 'Log In',
119
119
loginSubmitLabel: 'Log In',
120
120
loginWithLabel: '%s',
121
-
usernameInputPlaceholder: 'Username / Handle',
121
+
usernameInputPlaceholder: 'Create a Username / Handle',
0 commit comments