{* $Header: /cvsroot/bitweaver/_bit_users/templates/users_admin.tpl,v 1.10 2007/11/15 19:27:18 joasch Exp $ *} {strip}
{bithelp}

{tr}Admin users{/tr}

{jstabs} {jstab title="List of Users"} {include file="bitpackage:users/users_list.tpl"} {/jstab} {jstab title="Add User"} {formfeedback success=$addSuccess} {form legend="Add a new user"}
{formlabel label="Real Name" for="real_name"} {forminput} {/forminput}
{formfeedback error=$errors.login} {formlabel label="User" for="login"} {forminput} {/forminput}
{formfeedback error=$errors.password} {formlabel label="Password" for="password"} {forminput} {/forminput}
{formlabel label="Repeat Password" for="password2"} {forminput} {/forminput}
{formfeedback error=$errors.email} {formlabel label="Email" for="email"} {forminput} {/forminput}
{if $defaultGroupId eq ''} {formfeedback error="No default group is currently set. Please set one in the Administration --> Users --> Groups and Permissions page"} {/if} {formlabel label="User will be added to the following group" for=""} {forminput} {$defaultGroupName} {biticon ipackage="icons" iname="accessories-text-editor" iexplain="change settings"} {formhelp note="This is the group that is selected as the default group. If you would like to change the default group, please click on the edit icon and set a different group as default group."} {/forminput}
{formlabel label="{tr}Generate a password{/tr}" for="email"} {forminput} {formhelp note="You can use this link to create a random password. Make sure you pass the information on to the user."} {/forminput}
{formlabel label="Validate user by email" for="admin_verify_user"} {forminput} {formhelp note="This will email the user a validation url with a temporary one time password. On validation the user is forced to choose a new password."} {/forminput}
{formlabel label="Validate email address" for="admin_verify_email"} {forminput} {formhelp note="This feature should be used only when you need the maximum security and should be used with discretion. If a visitor's email server is not responding, they will not be able to register. You also must have a valid sender email to use this feature."} {/forminput}
{formlabel label="Don't email added user" for="admin_noemail_user"} {forminput} {formhelp note="If you for some reason don't want to email the added user the login and password, or validation url."} {/forminput}
{*include file="bitpackage:liberty/edit_services_inc.tpl serviceFile=content_edit_mini_tpl*}
{/form} {/jstab} {/jstabs}
{/strip}