I am looking to add static text to the login page of the Forms Login to guide users to enter domain\username. See image attached for example text in red. Any guidance would be appreciated. I have tried a few cshtml files but no luck.
Question
Question
Customize text on Forms Login Version 10
Answer
10.2.0.774.
Are you using SSO? It might be taking you to an LFDS login page, rather than the standard Forms login page.
I don't have LFDS on my machine, but is it possible that you're looking to edit \Program Files\Laserfiche\Directory Server\Web\WebSTS\Views\Home\LogIn.cshtml instead?
Replies
Running a quick test, I was able to edit this page by modifying \Program Files\Laserfiche\Laserfiche Forms\Forms\Views\Account\LogIn.cshtml.
I put a div on line 43 with some text in it, and it resulted in this:
You may have to recycle the Forms app pool for those changes to appear on the page.
Hello Andy, Thank you for the reply. I have tried what you suggested, but no luck. Also I am on v10. Our login pages look different. What version are you using?
10.2.0.774.
Are you using SSO? It might be taking you to an LFDS login page, rather than the standard Forms login page.
I don't have LFDS on my machine, but is it possible that you're looking to edit \Program Files\Laserfiche\Directory Server\Web\WebSTS\Views\Home\LogIn.cshtml instead?
Hi Andy, that is exactly what I did but you got to reply before I proved it worked. You pointed me in the right direction with the "Views" folder.
Thank you for the assistance!!