{i18n}Edit User Details{/i18n}

{i18n}Change User Details{/i18n}

{i18n arg_appname="$appname"}Please complete the form below to edit the user. Fields marked with a red square are required. By default, users are created using #appname#'s builtin authentication provider. Should you wish to use an external authentication provider such as LDAP, please ensure that the provider's plugin is registered and enabled.{/i18n}

{foreach item=oWidget from=$edit_fields} {$oWidget->render()} {/foreach}
{assign var=provider_stuff value=$provider->showUserSource($edit_user, $source)} {if $provider_stuff}
{i18n}Authentication{/i18n}

{i18n arg_name=$edit_user->getName() arg_provider=$provider->getName()}#name#'s authentication is handled by the #provider#.{/i18n}

{$provider_stuff}
{/if}