Password reset not working in mozilla browsers

Bug reports and fixes

Password reset not working in mozilla browsers

Postby WagonTrader » Tue Oct 13, 2009 11:25 am

There is an issue in how mozilla browsers handle button data within forms. Basically they ignore it, so when the members password reset button is being pressed the logic to reset the password is not being triggered.

To fix it we have to modify user.php

Replace

Code: Select all
}elseif ( isset($_POST['pass_reset']) ){


With

Code: Select all
}elseif ( count($_POST) ){


Dave
User avatar
WagonTrader
Developer
 
Posts: 1946
Joined: Thu Aug 31, 2006 11:02 pm
Location: Oregon

Re: Password reset not working in mozilla browsers

Postby alun006 » Tue Feb 16, 2010 12:15 am

Nice one Dave

This works great - !!!!!!
Alun006
alun006
Advanced User
 
Posts: 126
Joined: Wed Mar 12, 2008 7:46 am


Return to Bug Notifications

Who is online

Users browsing this forum: No registered users and 1 guest