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 @@