Administrator Setup

{strip} {form class="form-horizontal" legend="Please enter administrator information"}
{formfeedback error=$errors.real_name} {formlabel label="Full Name" for="real_name"} {forminput} {formhelp note="Administrator full name."} {/forminput}
{formfeedback error=$errors.login} {formlabel label="Admin login" for="login"} {forminput} {formhelp note="Administrator login username."} {/forminput}
{formfeedback error=$errors.password} {formlabel label="Password" for="password"} {forminput} {formhelp note="The administrator's password should be at least 4 characters in length."} {/forminput}
{formlabel label="Re-enter password" for="pass_confirm"} {forminput} {formhelp note="Please confirm the administrators password."} {/forminput}
{formfeedback error=$errors.email} {formlabel label="Email" for="email"} {forminput} {formhelp note="Administrator email address, in case of site malfunction this email will be showen to users."} {/forminput}
{forminput} {formhelp note="Check this box to send a test email to the above address. This will let you know if the mailing system is working."} {/forminput}
{forminput} {/forminput}
{/form} {/strip}