--- title: Change Password --- {{ if ! logged_in }} {{ redirect to="{ mb:user:login_url append_redirect='true' }" }} {{ /if }}

Change Password

Update your account password below.

{{ mb:user:change_password_form }} {{ if errors }}
{{ errors }} {{ value }}
{{ /errors }}
{{ /if }} {{ if success }}
{{ success }}
{{ /if }}
{{ /mb:user:change_password_form }}