This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
This is for ISE 2.3
I wanted to make a portal to change password using MyDevices portal but i cannot achieve hiding the portals and only show the password portal page.
I already tried with this HTML
<script>
$(function(){
setTimeout(function(){
$('.ui-panel-content-wrap').hide();
$('.ui-link-inherit').first().click();
}, 200);
});
</script>
but it doesn't work
any ideas how can i do this.
Regards.
Solved! Go to Solution.
Please go to
http://cs.co/ise-community
Under the ISE BYOD page there is something already created for this
Check out the customization section
https://communities.cisco.com/docs/DOC-68531#jive_content_id_Customization
Please go to
http://cs.co/ise-community
Under the ISE BYOD page there is something already created for this
Check out the customization section
https://communities.cisco.com/docs/DOC-68531#jive_content_id_Customization
Thanks Jason.