Login form action change

Hi,

I am trying ti figure out how to edit the Login Form "action"    I am wanting to change it from

<form action="__action_url__" method="POST">

To  <form action="NEW FILE" method="POST">

 

All assistance is appreciated.

Thanks

Quote · 8 Nov 2010

I am assuming you found that line in templates/base/login_form.html or templates/base/login_form_ajax_a.html

Well, you can change it right there in the template. just replace the __action_url__ with http://www.yourdomain.com/newfile.php or whatever page you want to handle processing of the forms post values.

Not sure what your trying to accomplish with this or even if you understand what that will do. But i hope you are aware that doing this will prevent logons to your site. Normally that url is to member.php which processes the posted form values and logs the member into the site. By changing that url your new page will have to process the post values and login the member.

So i really do not understand the purpose for doing that.


https://www.deanbassett.com
Quote · 9 Nov 2010

What I am trying to do is to get the mod that i purchased, phpBB3 Integration 2.0 to work.  As it is now, when I log into my site, it does not log me into the phpBB3 forum too.  I have to login a 2nd time and then I do not have admin rights in phpBB3

When I log into phpBB3 first, it auto logs me into my site and I have all admin rights on phpBB3.

I created a New HTML login form that logs into phpBB3 first and redirects to the member.php for my site.  That little html file works perfectly everytime.

So, I was hoping that I could get the actual login function in dolphin to do the samething.

I have edited the "login_form.php" file with the action to the phpBB3 script but it is not working.

Looks like I will just have to use the html form that I made.

i would rather use the login form in dolphin so it doesn't change the look of my site.

Quote · 9 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.