Log on: Difference between revisions

From Customer365 for SageCRM
(Created page with " This setting allows you to set what page is displayed after logon <add key="logonURL" value="cases.aspx"/>")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
It is possible to add text above and below the login form.
To do this, add html code to logon_textabove.html and logon_textbelow.html files


----


This setting allows you to set what page is displayed after logon
This setting '''logonurl''' allows you to set what page is displayed after logon
     <add key="logonURL" value="cases.aspx"/>
     <add key="logonURL" value="dashboard.aspx"/>
 
[[File:dashboard.png|700px]]

Latest revision as of 18:33, 14 February 2018

It is possible to add text above and below the login form. To do this, add html code to logon_textabove.html and logon_textbelow.html files


This setting logonurl allows you to set what page is displayed after logon

   <add key="logonURL" value="dashboard.aspx"/>