Login and Password fields on each page


https://forum.kartris.com/Topic1154.aspx
Print Topic | Close Window

By saturation - Fri 29 Jul 2011
I was wondering how to put the login name and password text fields into my master template so that a user can sign in anywhere without having to click a link that takes them to that page.

Does anyone have any ideas how to do this?
By Mohammad - Sat 30 Jul 2011
You can create a copy of "UserControl\Front\KartrisLogin.ascx" control (along with its .ascx.vb file) and customize/css it to fit the place you want, so you can replace the link in the master template with your own customized control.
By saturation - Tue 2 Aug 2011
Thank you!