I'm trying to create my own login form which will authenticate again another database. Am I right in thinking that what I need to do is write a new Authentication Module which I add to EpiServer's chain and then just call EpiServer.Util.LoginBase.HandleFormsLogin from my login page ?
Thanks in advance
Jim
Yes you are right. But you don't need to create your own login page, if you don't want to. The default one should work.
If you want to create your own login form for some other reason, there is one under /templates/ that you could change, instead of the default one under /util, which you should not change. Just remember to point to your new login form in web.config.
/Steve