diff --git a/core/client/templates/signup.hbs b/core/client/templates/signup.hbs index 0623d33e66..281b5b665d 100644 --- a/core/client/templates/signup.hbs +++ b/core/client/templates/signup.hbs @@ -1,14 +1,28 @@ -
-
-
- {{input class="name" type="text" placeholder="Full Name" name="name" autofocus="autofocus" autocorrect="off" value=name }} -
- -
- {{input class="password" type="password" placeholder="Password" name="password" value=password }} -
- -
-
+
+
+
+
+

Welcome to Ghost

+

Create your account to start publishing

+
+
+ + {{input type="text" name="name" autofocus="autofocus" autocorrect="off" value=name }} +

The name that you will sign your posts with

+
+
+ + {{input type="email" name="email" autofocus="autofocus" autocorrect="off" value=email }} +

Used for important notifications

+
+
+ + {{input type="password" name="password" autofocus="autofocus" autocorrect="off" value=password }} +

Must be at least 8 characters

+
+ +
+
+
\ No newline at end of file