Skip to content

Commit

Permalink
Fix multiple password reset (issue #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorix committed Jan 25, 2015
1 parent f310ee9 commit 1f9ee34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage_ufmember.php
Expand Up @@ -934,6 +934,8 @@ function switchTo(section){
$('.viewMemberElements, .ufDetailElements, .createMemberElements').hide();
$('.btn_save_edit_member').button('destroy');
$('.btn_save_edit_member').die('click'); //otherwise, save edits will duplicate, triplicate...
$('.btn_reset_pwd').button('destroy');
$('.btn_reset_pwd').die('click'); //otherwise, reset pwd will duplicate, triplicate...
$('.overviewElements').show();
break;

Expand Down

0 comments on commit 1f9ee34

Please sign in to comment.