add change password

This commit is contained in:
Tyler Renelle 2013-02-27 22:23:08 -05:00
parent f787df9c19
commit bc46b9159a

View file

@ -9,6 +9,11 @@
<h6>API Token</h6>
<pre class=prettyprint>{_user.apiToken}</pre>
{{#if _user.auth.local}}
<hr/>
<derby-auth:changePassword />
{{/}}
<hr/>
<a class='btn btn-danger' data-target="#reset-modal" data-toggle="modal" rel=tooltip title="Resets your entire account (dangerous).">Reset</a>
&nbsp;<a class='btn btn-danger' data-target="#restore-modal" data-toggle="modal" rel=tooltip title="Restores attributes to your character.">Restore</a>