diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-30 15:42:14 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-30 15:42:14 -0700 |
commit | ad309f1036d9d85899c3d3199070d92dd96b1710 (patch) | |
tree | 426022b6c88814c72d4c9939a60f43b08e819e7c /view/tpl/admin_account_edit.tpl | |
parent | 56b12f655546dc122e734654e1d5e5fc6dd06c43 (diff) | |
download | volse-hubzilla-ad309f1036d9d85899c3d3199070d92dd96b1710.tar.gz volse-hubzilla-ad309f1036d9d85899c3d3199070d92dd96b1710.tar.bz2 volse-hubzilla-ad309f1036d9d85899c3d3199070d92dd96b1710.zip |
provide ability for admin to change account password
Diffstat (limited to 'view/tpl/admin_account_edit.tpl')
-rw-r--r-- | view/tpl/admin_account_edit.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/admin_account_edit.tpl b/view/tpl/admin_account_edit.tpl new file mode 100644 index 000000000..5e8cb5f47 --- /dev/null +++ b/view/tpl/admin_account_edit.tpl @@ -0,0 +1,14 @@ +<h2>{{$title}}</h2> + +<h3>{{$account.account_email}}</h3> + + +<form action="admin/account_edit/{{$account.account_id}}" method="post" > +<input type="hidden" name="aid" value="{{$account.account_id}}" /> + +{{include file="field_password.tpl" field=$pass1}} +{{include file="field_password.tpl" field=$pass2}} + +<input type="submit" name="submit" value="{{$submit}}" /> + +</form> |