06-07-2018 08:35 AM
Hi all,
My customer is using Sponsor portal on ISE 2.2. When the sponsor creates a guest user, automatically an email is sent to the guest with sponsor CCed including the password on clear text.!
Is there a way to avoid CCing the sponsor??
Solved! Go to Solution.
06-07-2018 11:25 AM
The public community is for all technical questions. We have internal communities for highly confidential items or feature/roadmap, please reference ISE Support Options
I will see what i can do on the script
06-07-2018 08:54 AM
This is a public forum. I would recommend you remove any reference of the customer in the future. I removed the picture
If you want to stop CC of the Sponsor we could likely hide that option with some javascript. is that what they would want?
06-07-2018 08:57 AM
Thanks Jason. I didn’t know this was an external forum. How can I then ask questions “internally"??.
Yes, that is what they want. Can you explain in details how to do it??
Many thanks!!
06-07-2018 11:25 AM
The public community is for all technical questions. We have internal communities for highly confidential items or feature/roadmap, please reference ISE Support Options
I will see what i can do on the script
06-08-2018 01:11 AM
Many thanks Jason. I will wait for your feedback
Thanks & regards,
Carmen
06-08-2018 07:17 AM
Could you please try this script:
<script>
setTimeout(function(){
$('[name="copyMe"]').parent().hide();
}, 4000);
</script>
You should insert it in "Instructional text" of "Sponsor portal settings" page.
Open that field by clicking on "Toggle to HTML button", insert script and close.
06-11-2018 03:42 AM
06-11-2018 04:00 AM
Make sure when objecting JavaScript for follow basic requirements
Reference this document example for more information
https://communities.cisco.com/docs/DOC-68167
02-20-2020 06:34 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide