{* $Header: /cvsroot/bitweaver/_bit_users/templates/users_admin.tpl,v 1.7 2006/11/16 15:11:08 squareing Exp $ *} {strip}
{bithelp}

{tr}Admin users{/tr}

{if (($added ne "") || ($discarded ne "")) }

{tr}Batch Upload Results{/tr}

{if $added} {formfeedback success="`$added` Users Added"} {/if} {if $discarded ne '' } {formfeedback error="`$discarded` Users Rejected"} {foreach key=row from=$discardlist item=reason} {/foreach}
{tr}Row{/tr}{tr}Reason{/tr}
{$row}{$reason}

{/if} {/if} {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}
{*include file="bitpackage:liberty/edit_services_inc.tpl serviceFile=content_edit_mini_tpl*}
{/form} {/jstab} {jstab title="Advanced"} {form legend="Batch user addition" enctype="multipart/form-data"}
{formlabel label="Batch upload (CSV file)" for="csvlist"} {forminput} {formhelp note="You can batch import users by uploading a CSV (comma-separated values) file. The CSV file needs to have the column names in the first record. The column titles must match with fields in 'users_users' table. Login, password and email are required fields. If an unexistant field is specified, it's ignored."} {/forminput}
{formlabel label="Delimiter" for="delimiter"} {forminput} {formhelp note="Set the delimiter of the file. You can not use tab as delimiter."} {/forminput}
{formlabel label="Overwrite existing users" for="overwrite"} {forminput} {formhelp note=""} {/forminput}
{/form} {/jstab} {/jstabs}
{/strip}