Accessing 8200

Accessing 8200

The change has to be made in APlus/accounts/webapps/iam/static/common.js
Add comment /* and */ to the code snippet
Please clear the cache once, as the older js might get loaded.


//$Id$
//Added to redirect the user to Reports port, even when the user accesses IAM (8200) by mistake.
/* jQuery(document).ready(function() {
if (location.pathname == '/u/h') {
if (location.hash != '#profile/useremails'){
location.href = 'https://'+location.hostname+':8443';
}
$(window).on('hashchange', function() {
if (location.hash != '#profile/useremails' && location.pathname == '/u/h'){
location.href = 'https://'+location.hostname+':8443';
}
});
}
});


//$Id$
//Added to redirect the user to Reports port, even when the user accesses IAM (8200) by mistake.
jQuery(document).ready(function() {
if (location.pathname == '/u/h') {
if (location.hash != '#profile/useremails'){
location.href = 'https://'+location.hostname+':8443';
}
$(window).on('hashchange', function() {
if (location.hash != '#profile/useremails' && location.pathname == '/u/h'){
location.href = 'https://'+location.hostname+':8443';
}
});
}
}); */

                  New to ADManager Plus?

                    New to ADSelfService Plus?