{formlabel label="Real Name" for="real_name"}
{forminput}
{if !$gBitSystem->getConfig('users_display_name') or $gBitSystem->getConfig('users_display_name') eq 'real_name'}
{formhelp note="This is the name that is visible to other users when viewing information added by you."}
{/if}
{/forminput}
{formlabel label="Username"}
{forminput}
{$editUser->mInfo.login}
{if $gBitSystem->getConfig('users_display_name') eq 'login'}
{formhelp note="This is the name that is visible to other users when viewing information added by you."}
{/if}
{/forminput}
{formlabel label="HomePage" for="users_homepage"}
{forminput}
{formhelp note="If you have a personal or professional homepage, enter it here."}
{/forminput}
{/legend}
{legend legend="User Preferences"}
{formlabel label="Number of visited pages to remember" for="users_bread_crumb"}
{forminput}
{formhelp note=""}
{/forminput}
{if $gBitUser->canCustomizeTheme()}
{formlabel label="Theme" for="style"}
{forminput}
{formhelp note="Pick the theme for your personal Homepage."}
{/forminput}
{/if}
{formlabel label="Displayed time zone"}
{forminput}
{formhelp note=""}
{/forminput}
{formlabel label="Use double-click to edit pages" for="users_double_click"}
{forminput}
mPrefs.users_double_click eq 'y'}checked="checked"{/if} />
{formhelp note="Enabling this feature will allow you to double click on any wiki page and it will automatically take you to the edit page. Note that this does not work in all browsers."}
{/forminput}
{/legend}
{/form}
{form legend="Change your email address"}
{/form}
{form legend="Change your password"}
{* Users with admin priv can change password without knowing the old one *}
{if !$view_user or ( !$gBitUser->hasPermission('p_users_admin') and $view_user )}
{formlabel label="Avatar"}
{forminput}
{if $editUser->mInfo.avatar_url}
{/if}
{formhelp note="Small icon used for your posts or comments."}
{/forminput}
{formlabel label="Self Portrait"} {forminput}
{if $editUser->mInfo.portrait_url}
{/if}
{formhelp note="Larger picture used on your bio page."}
{/forminput}
{formlabel label="Logo" for=""}
{forminput}
{if $editUser->mInfo.logo_url}
{/if}
{formhelp note="Image used for your organization."}
{/forminput}