From d6b0ed2d40b602304a858cb6fe91ad95077368f9 Mon Sep 17 00:00:00 2001 From: Jan Skovgaard Date: Sun, 8 Jun 2014 16:09:06 +0200 Subject: [PATCH] Fix for U4-4874 Added id's to the input fields, so labels are connected properly. --- src/Umbraco.Web.UI.Client/src/installer/steps/user.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html index a4f6c32c13..c4cc44fc0e 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -11,15 +11,14 @@
- +
- + Your email will be used as your login
@@ -34,7 +33,7 @@ autocorrect="off" autocapitalize="off" required - ng-model="installer.current.model.password" /> + ng-model="installer.current.model.password" id="password" /> At least {{installer.current.model.minCharLength}} characters long @@ -47,7 +46,7 @@