{formlabel label="Real Name" for="real_name"}
{forminput}
{if !$gBitSystem->getConfig('users_display_name') || $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}
{if $gBitUser->hasPermission('p_users_admin')}
{else}
{$editUser->mInfo.login}
{/if}
{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}
{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="Internal data is stored using UTC time stamps, these can then be displayed using your current browser timezone offset (which ignores daylight saving), or a fixed timezone which will also manage the correct daylight saving"}
{/forminput}
{/legend}
{/form}
{form legend="Change your email address" secure=$gBitSystem->isFeatureActive("site_https_login_required")}
{form legend="Change your password" secure=$gBitSystem->isFeatureActive("site_https_login_required")}
{* Users with admin priv can change password without knowing the old one *}
{if !$view_user || ( !$gBitUser->hasPermission('p_users_admin') && $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}