U4-3774 / U4-4752 - Added a change password form to the user dialog

This commit is contained in:
Jeffrey Schoemaker
2015-10-29 12:29:24 +01:00
parent f65b0df3e2
commit 64518774c6

View File

@@ -3,15 +3,16 @@
ng-submit="changePassword()"
val-form-manager>
<h3>Change password</h3>
<h3><localize key="user_changePassword">Change password</localize></h3>
<umb-pane>
<umb-editor model="changePasswordModel"></umb-editor>
<umb-control-group hideLabel="1">
<button class="btn btn-primary">Change</button>
<button class="btn btn-primary">
<localize key="user_change">Change</localize>
</button>
</umb-control-group>
</umb-pane>
</form>