Customize login function

Posted by Community Admin on 03-Aug-2018 17:01

Customize login function

All Replies

Posted by Community Admin on 05-Jul-2011 00:00

For the login function, I would like to customize it so the username and password will not be case sensitive. For sitefinity 3.x, I can customized the LoginControl.ascx. How do I accomplish this in sitefinity 4.x?

Thanks,~Pik

Posted by Community Admin on 06-Jul-2011 00:00

Hi Pik ,

You can create a custom control that inherits from Telerik.Sitefinity.Web.UI.PublicControls.LoginControl. The control has public properties that you can override
public virtual string UserName
public virtual string Password

so you can set ToLower.

You need to override the CreateUserForm as well so that you will have unified names/password.

Regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed