{template 'common/header'}

编辑用户基本资料

{$member['username']} 当前编辑的用户名
请填写密码,最小长度为 8 个字符
重复输入密码,确认正确输入
分配用户所属用户组后,该用户会自动拥有此用户组内的模块操作权限
方便注明此用户的身份
{if !empty($extendfields)}

编辑用户扩展资料

{if $extendfields} {loop $extendfields $item} {/loop} {/if}
{php echo tpl_fans_form($item['field'], $member['profile'][$item['field']])}
{/if}
{template 'common/footer'}