How could I delete the login page from jforum and integrate my own login with it. I mean , I can't find the component (class,
jsp, html, etc) that control the login...
I tried sending my session varaibles through the URL like this:
http://procesos:8080/test/user/login.page?username="+usuario.getUsuario()+"&password="+usuario.getClave()
Could somebody help me please???
[originally posted on jforum.net by Anonymous]