Create your account

{{!-- Hack to stop Chrome's broken auto-fills --}} {{gh-profile-image fileStorage=config.fileStorage email=validEmail setImage="setImage"}} {{#gh-form-group errors=model.errors hasValidated=hasValidated property="email"}} {{gh-input type="email" name="email" placeholder="Eg. john@example.com" enter=(action "signup") disabled="disabled" autocorrect="off" value=model.email focusOut=(action "handleEmail")}} {{gh-error-message errors=model.errors property="email"}} {{/gh-form-group}} {{#gh-form-group errors=model.errors hasValidated=hasValidated property="name"}} {{gh-trim-focus-input tabindex="1" type="text" name="name" placeholder="Eg. John H. Watson" enter=(action "signup") autocorrect="off" value=model.name focusOut=(action "validate" "name")}} {{gh-error-message errors=model.errors property="name"}} {{/gh-form-group}} {{#gh-form-group errors=model.errors hasValidated=hasValidated property="password"}} {{gh-input tabindex="2" type="password" name="password" enter=(action "signup") autocorrect="off" value=model.password focusOut=(action "validate" "password")}} {{gh-error-message errors=model.errors property="password"}} {{/gh-form-group}}
{{#gh-spin-button tabindex="3" type="submit" class="btn btn-green btn-lg btn-block" action="signup" submitting=submitting autoWidth="false"}}Create Account{{/gh-spin-button}}

{{{flowErrors}}}