shannah / xataface

Framework for building data-driven web applications in PHP and MySQL
http://xataface.com
GNU General Public License v2.0
134 stars 57 forks source link

'forgot password' email being sent twice #104

Open babbleon opened 6 years ago

babbleon commented 6 years ago

'forgot password' email being sent twice, this can be solved by:

replacing: $('#submit-button', formDiv).click(function(){

with this: $('#submit-button', formDiv).unbind('click').click(function(){

on line number 66 here: /xataface-2.1.3/js/forgot_password.js