From d9b3d45463c7f490216e9f192fecfb24f06f148f Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 17 Jul 2014 13:34:40 +0200 Subject: [PATCH] New signup screen See #3082 - This borrows setup screen styles for now --- ghost/admin/templates/signup.hbs | 42 +++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/ghost/admin/templates/signup.hbs b/ghost/admin/templates/signup.hbs index 0623d33e66..281b5b665d 100644 --- a/ghost/admin/templates/signup.hbs +++ b/ghost/admin/templates/signup.hbs @@ -1,14 +1,28 @@ -
- -
+
+
+
+
+

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