Create your account

{{!-- Horrible hack to prevent Chrome from incorrectly auto-filling inputs --}} {{gh-profile-image fileStorage=config.fileStorage email=email setImage="setImage"}} {{#gh-form-group errors=errors hasValidated=hasValidated property="email"}} {{gh-trim-focus-input tabindex="1" type="email" name="email" placeholder="Eg. john@example.com" autocorrect="off" value=email focusOut=(action "preValidate" "email")}} {{gh-error-message errors=errors property="email"}} {{/gh-form-group}} {{#gh-form-group errors=errors hasValidated=hasValidated property="name"}} {{gh-input tabindex="2" type="text" name="name" placeholder="Eg. John H. Watson" autocorrect="off" value=name focusOut=(action "preValidate" "name")}} {{gh-error-message errors=errors property="name"}} {{/gh-form-group}} {{#gh-form-group errors=errors hasValidated=hasValidated property="password"}} {{gh-input tabindex="3" type="password" name="password" placeholder="At least 8 characters" autocorrect="off" value=password focusOut=(action "preValidate" "password")}} {{gh-error-message errors=errors property="password"}} {{/gh-form-group}} {{#gh-form-group errors=errors hasValidated=hasValidated property="blogTitle"}} {{gh-input tabindex="4" type="text" name="blog-title" placeholder="Eg. The Daily Awesome" autocorrect="off" value=blogTitle focusOut=(action "preValidate" "blogTitle")}} {{gh-error-message errors=errors property="blogTitle"}} {{/gh-form-group}} {{#gh-spin-button type="submit" tabindex="5" class="btn btn-green btn-lg btn-block" action="setup" submitting=submitting autoWidth="false"}} Last step: Invite your team {{/gh-spin-button}}

{{{flowErrors}}}