{% extends "base.htm" %} {% block title %}Settings{% endblock %} {% block content %}

User Settings

Change Password

Go Back {% match result %} {% when PasswordResult::Success %}
Password change was successful
{% when PasswordResult::InvalidOld -%}
Old password was incorrect
{% when PasswordResult::Missmatch -%}
New passwords were not the same
{% when PasswordResult::Empty -%} {% endmatch %}
{% endblock %}