Commit 7479c60adf3b372733e1f63bd2b554031dc351a0
1 parent
872ce7f2
Page for admins to change the DN for LDAP-authenticated users.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4199 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
10 additions
and
0 deletions
templates/ktstandard/authentication/ldapedituser.smarty
0 → 100644
| 1 | +<form action="{$smarty.server.PHP_SELF}"> | |
| 2 | +<input type="hidden" name="action" value="editUserSource" /> | |
| 3 | +<input type="hidden" name="user_id" value="{$user->getId()}" /> | |
| 4 | +{foreach from=$fields item=oWidget} | |
| 5 | + {$oWidget->render()} | |
| 6 | +{/foreach} | |
| 7 | +<div class="form_actions "> | |
| 8 | + <input type="submit" name="submit[save]" value="Save" /> | |
| 9 | +</div> | |
| 10 | +</form> | ... | ... |