diff --git a/opentech/apply/users/templates/users/account.html b/opentech/apply/users/templates/users/account.html
index 1d4a5111ec82591d6680b97f1f02298a8f04e40e..745edac733f81c73e8bddde6e60bdf03d3a28826 100644
--- a/opentech/apply/users/templates/users/account.html
+++ b/opentech/apply/users/templates/users/account.html
@@ -23,12 +23,12 @@
     </form>
 </section>
 
-{# {% if show_change_password and user.has_usable_password and not backends.associated %} #}
+{% if show_change_password and user.has_usable_password and not backends.associated %}
     <section class="section section--profile">
         <h3>Change password</h3>
         <a class="button button--primary" href="{% url 'users:password_change' %}">{% trans "Update password" %}</a>
     </section>
-{# {% endif %} #}
+{% endif %}
 
 <section class="section section--profile">
     {% if swappable %}