Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-1.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jan 25, 2017
2 parents 35f2658 + fec179f commit 5f69c6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account_page.php
Expand Up @@ -107,6 +107,9 @@
$t_can_change_password = helper_call_custom_function( 'auth_can_change_password', array() );
$t_force_pw_reset = false;

# Only show the update button if there is something to update.
$t_show_update_button = false;

if( $t_reset_password && $t_can_change_password ) {
?>
<div class="alert alert-danger">
Expand Down

0 comments on commit 5f69c6d

Please sign in to comment.