I couldn't able to trace the file to which the logon details are submitting for authentication? I know the validations will be done in my custom login module but which component will submit the data from logon page to my login module?
In the page , i have identified the code which is below ...
<FORM name="logonForm" method="post" action="">
but authentication process works fine. we are using jass custom login module for authentication
now my questions are ..
1. to which page we are submitting the data?
2. which page will call my custom login module?
3. don't who is calling my custom login module?
Thanks in advace ,
MMK