Hi,
I try to modify replacement messages in Saml idp. Problem is custom images. When I load them to system, it does not show path where they go. So it´s hard to add them to custom html code also.
I tried to find this in admin guide, but there is no help either.
Hi,
text chosen during image import and later on displayed in column "Name" is then made into system variable {{:image/<Name>:}}.
For example import your image. Name it "YourTestImage" and navigate to GUI/Guest Portals/Replacement Messages/Authentication/Guest Portal Social Network Page. There are login icon images from Manage Images page. And so for test change :
#google_btn { background: url("{{:image/social_google}}")
.. to your image and observe immediate preview on left hand pane.
#google_btn { background: url("{{:image/YourTestImage}}")
So build your own style token and use this:
<style>
#YourTestImageID { background: url("{{:image/YourTestImage}}") no-repeat scroll center center #FFFFFF; border: none; height: 400px; width: 650px; }
</style>
<table id="main_table"> <tr> <td colspan=3><div id="YourTestImageID"> </div></td> </tr>
Or use it directly as image source url:
<td colspan=3><img src="{{:image/YourTestImage}}"></td>
Tomas Stribrny - NASDAQ:FTNT - Fortinet Inc. - TAC Staff Engineer
AAA, MFA, VoIP and other Fortinet stuff
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1743 | |
1114 | |
760 | |
447 | |
241 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.