Client Login Control Panel
Portal Log in
<![CDATA[ jQuery(document).ready(function(){ //window.onload = function() { var error_text = ''; var err_redirect_uri = location.protocol + '//' + location.hostname + '/client-login#portal-error'; var webmail_err_redirect_uri = location.protocol + '//' + location.hostname + '/client-login#login-error'; var custom_redirect_url = location.protocol + '//' + location.hostname + '/client-login' jQuery('.err_url_redirect').val(err_redirect_uri); jQuery('.webmail_err_url_redirect').val(webmail_err_redirect_uri); jQuery('#custom_url_redirect').val(custom_redirect_url); if (window.location.hash === '#portal-error'){ error_text = 'Login failed.
Please verify your login credentials.’; jQuery(‘#portal-wrong-pass-alert’).html(error_text); jQuery(‘#portal-wrong-pass-alert’).css(‘display’,’block’); jQuery(‘.clent_login_domain’).css(‘display’, ‘block’); } if (window.location.hash === ‘#portal-error403’){ error_text = ‘Login failed.
Your account has been blocked.
Use the Forgot Password link to reactivate your account.’; jQuery(‘#portal-wrong-pass-alert’).html(error_text); jQuery(‘#portal-wrong-pass-alert’).css(‘display’,’block’); jQuery(‘.clent_login_domain’).css(‘display’, ‘block’); } }); ]]>
Forgot your password?
Login failed.
Your account has been blocked.
Use the Forgot Password link to reactivate your account.