File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Umbraco.Web.UI.Client/src/installer/steps Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h1>Install Umbraco 7</h1>
6
6
< form name ="myForm " class ="form-horizontal " novalidate ng-submit ="validateAndInstall(); ">
7
7
8
8
< div class ="row ">
9
- < div class ="span8 ">
9
+ < div class ="span12 ">
10
10
< div class ="pull-right ">
11
11
< div class ="control-group ">
12
12
< label class ="control-label " for ="name "> Name</ label >
@@ -27,7 +27,8 @@ <h1>Install Umbraco 7</h1>
27
27
< div class ="control-group ">
28
28
< label class ="control-label " for ="password "> Password</ label >
29
29
< div class ="controls ">
30
- < input type ="password " name ="installer.current.model.password "
30
+ <!-- why isn't this masked: http://www.nngroup.com/articles/stop-password-masking/ -->
31
+ < input type ="text " name ="installer.current.model.password "
31
32
ng-minlength ="{{installer.current.model.minCharLength}} "
32
33
ng-pattern ="passwordPattern "
33
34
required
@@ -45,7 +46,7 @@ <h1>Install Umbraco 7</h1>
45
46
< div class ="controls ">
46
47
< label class ="checkbox " for ="subscribeToNewsLetter ">
47
48
< input type ="checkbox " name ="subscribeToNewsLetter "
48
- ng-model ="installer.current.model.subscribeToNewsLetter " /> Subscribe to our newsletter </ label >
49
+ ng-model ="installer.current.model.subscribeToNewsLetter " /> Keep me updated on < br /> Umbraco Versions, Security Bulletins and Community News </ label >
49
50
</ div >
50
51
</ div >
51
52
You can’t perform that action at this time.
0 commit comments