Try our conversational search powered by Generative AI!

how to change html content of existing login.aspx page

Vote:
 
#143978
Feb 04, 2016 9:51
Vote:
 

Can you please descibe more what you want to do and why you want to do it?

#143984
Feb 04, 2016 10:25
Vote:
 

i want to put my company logo and all in login page instaed of epi server standard one. how i can achive this?

#143985
Feb 04, 2016 10:28
Vote:
 

Build a custom login page using .NET standard Membership provider model etc. Really easy. Set login url in web.config to new login page

#143987
Feb 04, 2016 11:03
Vote:
 

Validate the credentials with the MembershipProvider (.NET standard) and use the FormsAuthentication.SetAuthCookie() method to set the authentication cookie. 

Then you have full control of design of page. Just a few hours of work normally.

#143993
Feb 04, 2016 11:27
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.