diff --git a/account_page.php b/account_page.php index 8647a45ff7..2adcb4beff 100644 --- a/account_page.php +++ b/account_page.php @@ -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 ) { ?>