You can also customise the content (i.e. text and images) of SigningHub error pages as per your enterprise brand.
For this you need to have the "Read and Write" rights on the "SigningHub" installation directory on the server. The following table shows the specific path from where text and image of each error can be customised.


SigningHub Error Pages

Page Name

Folder Path

Tag for Error Text 

Tag for Image Location

Index.html

[SigningHub Installation Directory]\web\Views\Error 

<div class="text">ooOps!</div>

<img src="~/Content/themes/adocs/images/404-Error-Message.png" />

InvalidLicense.html

[SigningHub Installation Directory]\web\Views\Error 

<div class="text">ooOps!</div>

<img src="~/Content/themes/adocs/images/404-Error-Message.png" />

403.html

[SigningHub Installation Directory]\web  

<div class="text">ooOps!</div>

<img src="~/Content/themes/adocs/images/404-Error-Message.png" />

404.html

[SigningHub Installation Directory]\web  

<div class="text">ooOps!</div>

<img src="~/Content/themes/adocs/images/404-Error-Message.png" />

500.html

[SigningHub Installation Directory]\web  

<div class="text">ooOps!</div>

<img src="~/Content/themes/adocs/images/404-Error-Message.png" />


See Also