How to customize the login page?
How can I customize the login page? I need to modify the lable.
For example, instead of "Sign in", "Please use your ...... account to login"
and also remove "Remember me? option.
0
-
Hello Hwa,
The file to edit is SignIn.cshtml located at C:\Program Files (x86)\Latitude Geographics\Geocortex Identity Server\Web\Views\Account by default
The changes I made to make it similar to your request are the following:
- Edited the content in <div class="login-title"> for you desired title
- Removed the elements<div> @Html.LabelFor(m => m.EnableSSO) @Html.CheckBoxFor(m => m.EnableSSO) </div>to get rid of the remember me option.
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=907f20000000SPz&feoid=Body&refid=0EMf2000000E43R" _/_img_
Let me know if that worked for you, or if you have any other questions.
0 -
Hello Cory,
Thanks for your help. It works.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare